# Python
__pycache__/
*.pyc
*.pyo

# Database
*.db
*.db-wal
*.db-shm

# Secrets (never commit)
secrets/

# Logs
logs/
*.log

# Virtual environment
.venv/

# Test artifacts
.pytest_cache/
htmlcov/
.coverage

# Build
*.egg-info/
dist/
build/

# OS
.DS_Store
