# Byte-compiled / cache
__pycache__/
*.py[cod]

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Docs
docs/_build/
docs/generated/

# Virtual environments
.venv/
venv/
env/

# Editors / IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
