# Python bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Build / dist
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Editors
.idea/
.vscode/
*.swp
.DS_Store
