# Python
__pycache__/
*.py[cod]
*.pyc
*.pyo
*.egg-info/
.venv/
venv/
*.cover
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
*.egg

# Node
node_modules/
frontend/dist/
frontend/.vite/
*.tsbuildinfo

# Environment — never commit secrets
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db
desktop.ini

# Docker
pgdata/

# Build artifacts
dist/
build/
