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

# C extensions
*.so

# Distribution / packaging
.Python
/build/**
/dist/**
/bootstrap/**
.idea/
src/build/**
SCons.egg-info/

# 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


# SCons specific
*.1