# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environment
.venv/

env/
venv/

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.eggs/

# Pytest
.cache/

# IDEs
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
