mirror of
https://github.com/Relintai/scons_gd.git
synced 2024-11-20 11:07:20 +01:00
59 lines
507 B
Plaintext
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
|