# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
coverage.xml

# Env & secrets
.env
.env.local
*.pem
*.key

# Node
node_modules/
dist/
.vite/

# Data & artifacts
/data/
/storage/
*.sqlite3
*.db

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
settings.local.json*
