# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
dist/
*.egg-info/
*.egg
.env
venv/
.venv/

# Testing
.coverage
htmlcov/
.pytest_cache/

# Cache directories
cache/
test_cache/

# IDEs
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
