__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env
config/pypi.env
!config/pypi.env.example
scripts/publish-pypi.sh
.pytest_cache/
.ruff_cache/
logs/
*.log
*.pid
data/
.run/
.mypy_cache/
htmlcov/
.coverage

# Frontend
web/node_modules/
web/dist/
