Ignore swp file and .cache directory
[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 # Vim stuff
11 *.swp
12
13 # Environments
14 .env
15 .venv
16 .cache
17
This page took 0.031468 seconds and 6 git commands to generate.