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

# Distribution / build
dist/
build/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

# IDEs
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
