Add ignore for python in general and project specific tmp files
[deliverable/lttng-ivc.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
5 git_remote/
6
7 # C extensions
8 *.so
9
10 # Environments
11 .env
12 .venv
13
This page took 0.030173 seconds and 5 git commands to generate.