| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| venv/ | |
| env/ | |
| ENV/ | |
| # Git | |
| .git/ | |
| .gitignore | |
| # Environment files | |
| .env | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Documentation and notes | |
| *.md | |
| !README.md | |
| # Images and media (optional - remove if needed in the app) | |
| *.jpg | |
| *.jpeg | |
| *.png | |
| image.jpg | |
| # Temporary files | |
| *.pickle | |
| token.pickle | |
| # Scripts | |
| *.sh | |
| # Logs | |
| *.log | |