scons_gd/scons/.gitignore
2022-10-15 16:06:26 +02:00

59 lines
507 B
Plaintext

# 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