aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c3edc6557a0435e6f94c737367766b0d7fc493c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .gitignore
#

*~
*.swp
*.un~
*_bak

# python
__init__.py
*.pyc
**/__pycache__