summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 50d9c9bb3b0a95468700352651cbe68156e6c739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.DS_Store
*.pyc
*$py.class
*~
.*.sw*
dist/
*.egg-info
*.egg
*.egg/
build/
.build/
_build/
pip-log.txt
.directory
erl_crash.dump
*.db
Documentation/
.tox/
.ropeproject/
.project
.pydevproject
.coverage
.eggs/
.cache/
.pytest_cache/
.venv/
coverage.xml
htmlcov/