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 150 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. __pycache__/
  2. .env
  3. *.pyc
  4. .DS_Store # If you're on macOS
  5. .vscode/ # If you're using Visual Studio Code
  6. venv/ # If you're using a virtual environment
Tip!

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

Comments

Loading...