# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
/build/**
/bootstrap/**
.idea/
src/build/**


# Translations
*.mo
*.pot


# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mypy
.mypy_cache/


# SCons files
.sconsign.*

# Tool output
.coverage
htmlcov

# VS Code
.vscode

# Editor junk
*.swp
*.bkp
*.bak
*~
!/test/Decider/switch-rebuild.py

# Mac junk
**/.DS_Store