summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ede32255f7f5c004b0495decf20c59e38bdb2d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Compiled stuff
*.pyc
*.pyo
doc/_build

# Crap created by version control
.orig
.rej

# OS X
.DS_Store

# Other *nix:es
.~