Implement `GetSConsVersion` static method
[scons.git] / .gitignore
blob7dc253f601ec3b7bf4c213a1be59a25080416409
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
6 # C extensions
7 *.so
9 # Distribution / packaging
10 .Python
11 /build/**
12 /dist/**
13 /bootstrap/**
14 .idea/
15 src/build/**
16 SCons.egg-info/
18 # Translations
19 *.mo
20 *.pot
23 # Environments
24 .env
25 .venv
26 env/
27 venv/
28 ENV/
29 env.bak/
30 venv.bak/
32 # mypy
33 .mypy_cache/
36 # SCons files
37 .sconsign*
39 # Tool output
40 .coverage
41 htmlcov
43 # VS Code
44 .vscode
46 # Editor junk
47 *.swp
48 *.bkp
49 *.bak
51 !/test/Decider/switch-rebuild.py
53 # Mac junk
54 **/.DS_Store
57 # SCons specific
58 *.1