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

.projectignore 231 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
  1. # project-local contains your personal configuration choices and state
  2. /anaconda-project-local.yml
  3. # Files autocreated by Python
  4. __pycache__/
  5. *.pyc
  6. *.pyo
  7. *.pyd
  8. # Notebook stuff
  9. .ipynb_checkpoints/
  10. # Spyder stuff
  11. /.spyderproject
Tip!

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

Comments

Loading...