aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 68379df109aa9cc4c4c6e471dd359db6ea2ff544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# General things to ignore
*~
*.swp
*.un~
*_bak
# Emacs tmp files
.#*

venv/
build/
dist/

# Python
*.py[cod]
**/__pycache__
*.egg
*.egg-info/

# IPython
**/.ipynb_checkpoints

# C/C++
*.o
*.so