aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 40edeae41edb04bdae59fff975f9f8885812e525 (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
29
30
31
32
33
*.py[cod]

# Packages
MANIFEST
*.egg
*.egg-info
dist
build
downloads
__pycache__

# Installer logs
pip-log.txt

Pipfile
Pipfile.lock

# Unit test / coverage reports
.cache/
.eggs/
.pytest_cache/
.tox/
.venv*/
.coverage

# -- IDE-RELATED:
.idea/
.vscode/
.project
.pydevproject

# -- EXCLUDE GIT-SUBPROJECTS:
/lib/parse/