# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
ENV/

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

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

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log

# Testing
.coverage
htmlcov/
.pytest_cache/

# Docker
.dockerignore

# macOS
.DS_Store

# MyPy
.mypy_cache/

# Ruff
.ruff_cache/

# Pre-commit
.pre-commit-config.yaml

# UV
.uv/
