| # Python | |
| **/__pycache__/ | |
| **/*.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| # Environment & Secrets | |
| .env | |
| .env.local | |
| *.pem | |
| *.key | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Note: We keep ALL data files (JSON, CSV) as they are needed for the app | |