summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: dc3c83ac27f01172cbeb43af2e66d4e5027f53e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# single static files
state
website/*.html
website/*.xml

# Compiled python
*.pyc

# Garbage
*~
*.swp
._*
.DS_Store