Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Ignore Environment variables & secrets
- .env
- # Ignore compiled Python files
- __pycache__/
- *.pyc
- *.pyo
- .DS_Store
- # Ignore Virtual Environment
- venv/
- # Ignore logs & system files
- *.log
- *.pid
- *.sqlite3
Add Comment
Please, Sign In to add comment