aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 221635cdf844a1e931c59fb91afddd040cdbf22b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*.swp
*.swo

*~
.\#*
\#*#

*.py[co]
__pycache__/
/build/
/dist/
/*.egg
/*.egg-info/
/*.egg-link
/MANIFEST
/.eggs/
/.pytest_cache/

# py.test cache folder
.cache