| 1234567891011121314151617181920212223242526272829303132333435 |
- __pycache__/
- *.pyc
- *.pyo
- *.pyd
- .Python
- .venv/
- venv/
- env/
- .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/
|