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

build/
dist/

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

# IPython
**/.ipynb_checkpoints

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