| 123456789101112131415161718192021222324252627282930313233343536 |
- __pycache__/
- *.pyc
- *.pyo
- *.pyd
- .Python
- .venv/
- venv/
- env/
- .runtime/
- .env
- .env.*
- !.env.example
- backend/data/
- frontend/node_modules/
- frontend/dist/
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- pnpm-debug.log*
- .pytest_cache/
- .ruff_cache/
- .mypy_cache/
- .coverage
- htmlcov/
- .DS_Store
- Thumbs.db
- Desktop.ini
- .vscode/
- .idea/
|