# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.ruff_cache/
*.cover
*.log
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
venv/
env/
ENV/
.venv

# Frontend
frontend/node_modules/
frontend/dist/
frontend/.svelte-kit/
frontend/build/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Data
*.db
*.db-shm
*.db-wal

# Docs build output
site/