Guest User

Untitled

a guest
Apr 11th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Ignore Environment variables & secrets
  2. .env
  3.  
  4. # Ignore compiled Python files
  5. __pycache__/
  6. *.pyc
  7. *.pyo
  8. .DS_Store
  9.  
  10. # Ignore Virtual Environment
  11. venv/
  12.  
  13. # Ignore logs & system files
  14. *.log
  15. *.pid
  16. *.sqlite3
Add Comment
Please, Sign In to add comment