# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
ENV/
env/

# UV
.uv/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Vite
dist/
*.local

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

# Environment
.env
.env.local
.env.*.local
*.env

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.tox/
.nox/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Secrets
*.pem
*.key
*.json
!package.json
!package-lock.json
!tsconfig.json
!.vscode/settings.json
!*/.vscode/settings.json
!**/tests/golden/**/*.json
!**/schema/*.json
!*.code-workspace
credentials/

# Docker
.docker/

# Logs
*.log
logs/

# Database
*.db
*.sqlite
*.sqlite3

