| # OS / editor | |
| .DS_Store | |
| Thumbs.db | |
| .idea/ | |
| .vscode/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .venv/ | |
| venv/ | |
| # Frontend / build artifacts | |
| app/frontend/node_modules/ | |
| app/frontend/dist/ | |
| app/frontend/*.tsbuildinfo | |
| # Logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Local env | |
| .env | |
| .env.* | |