# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/

# Build / distribution
dist/
build/
.venv/
venv/
env/
.env

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.iml

# macOS
.DS_Store

# Windows
Thumbs.db
