# Python
__pycache__/
*.py[cod]

# Virtual envs
.venv/
venv/

# Packaging
build/
dist/
*.egg-info/

# Test
.pytest_cache/
.coverage

# Docs
docs/_build/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db