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

# Virtual environments
.venv/
venv/
env/

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

# Testing & Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.pytest_cache/
.mypy_cache/

# Distribution / Packaging
*.whl
*.tar.gz

# UV
uv.lock

# OS
.DS_Store
Thumbs.db

# Ruff
.ruff_cache/
