# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/

# Build
dist/
build/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Tooling caches
.ruff_cache/

# OS / editor
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/

# Environment files
.env
.env.*
