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

# Compiled python
*.pyc

# Garbage
*~
*.swp
._*