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 215 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
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # Distribution / packaging
  5. build/
  6. dist/
  7. *.egg
  8. *.egg-info/
  9. .eggs/
  10. MANIFEST
  11. # Unit test / coverage reports
  12. .pytest_cache/
  13. # Jupyter Book
  14. /docs/_build/
Tip!

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

Comments

Loading...