aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4654707623101c80acb32bc83485bcb87bca6594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.pyc
__pycache__

# vim swapfiles
*.sw?

# virtual environment
.venv/

# python packaging
MANIFEST
dist/
build/
*.egg-info/

# Pycharm stuff
.idea/