# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.coverage
.coverage.*
coverage.json
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Node / web
node_modules/
web/dist/
web/.astro/
packages/*/dist/
*.tsbuildinfo

# Databases / logs / artifacts
*.db
*.log
*.snap

# Editor / OS
.DS_Store
.idea/
.vscode/

# Local env
.env
.env.*
*.local
