# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual envs
.venv/
venv/
env/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Config (contains secrets/URLs)
config.yaml

# Sluice runtime data
.sluice/

# macOS
.DS_Store

# IDEs
.idea/
.vscode/
*.swp