| 12345678910111213141516171819202122 |
- .env
- .env.*
- !.env.example
- !.env.local.example
- __pycache__/
- *.py[cod]
- .pytest_cache/
- .mypy_cache/
- .ruff_cache/
- .venv*/
- *.egg-info/
- .coverage
- htmlcov/
- logs/
- node_modules/
- .next/
- out/
- data/
- backend/data/
- frontend/.next/
- frontend/.env.local
- .DS_Store
|