# Python-generated files
__pycache__/
*.py[oc]
*.py[cod]
*$py.class
build/
dist/
wheels/
*.egg-info
.eggs/
*.egg

# Virtual environments
.venv
venv/
env/
ENV/

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

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
*.cover

# Configuration files with sensitive data
config.yaml
config.yml
.config/

# OS files
.DS_Store
Thumbs.db

# uv
.uv/
uv.lock

# ruff
.ruff_cache/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Environments
.env
.env.local
.env.*.local

# Logs
*.log

# Temporary files
*.tmp
*.bak
