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 129 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
  1. .env
  2. scratch
  3. *.sw[op]
  4. *.log
  5. .DS_Store
  6. node_modules
  7. dist
  8. .aider*
  9. .local
  10. __pycache__
  11. # jest
  12. .coverage
  13. .ruff_cache
  14. # IDE
  15. .idea/
Tip!

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

Comments

Loading...