# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
.eggs/
dist/
build/
wheels/

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env

# Testing
.pytest_cache/
.coverage
htmlcov/

# Temporary files
tmp/
.cache/

# Test database files
*.db
*.sqlite
*.sqlite3
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm

# Type checking
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store
