.git
.gitignore
.pre-commit-config.yaml
.pytest_cache
.mypy_cache
.ruff_cache
.cache
.venv
backend/.venv
frontend/node_modules
frontend/.next
__pycache__
*.pyc
*.pyo
*.pyd
*.log
tmp
temp
htmlcov
coverage
dist
build
