Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 148 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. # Misc
  2. .DS_Store
  3. *.log
  4. Thumbs.db
  5. desktop.ini
  6. # Dependencies
  7. .vscode/
  8. .pycharm/
  9. .idea/
  10. .venv/
  11. venv/
  12. env/
  13. __pycache__/
  14. .env
  15. .*.env
  16. !.env.example
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...