aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9a51c9ddf9f10796f44e2e308ef46db401281140 (plain)
1
2
3
4
5
6
7
8
9
### Emacs ###
*~
\#*\#
.\#*

# virtualenv
.venv/
venv/
ENV/