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
34
35
36
37
38
39
40
41
# Eggs
*.egg-info/
*.egg
eggs/
develop-eggs/
# Bytecode compilation
**/__pycache__/
*.py
*.pyc
# library caches
.mypy_cache
.pytest_cache
# library scratch
.coverage
zdevelop/tests/_reports/
zdevelop/tests/htmlcov/
zdevelop/scratch/*
# venvs
.venv/
venv/
env/
ENV/
# system files
.DS_Store
# Build Detritus
bin/
build/
dist/
lib/
lib64/
parts/
sdist/
var/
.installed.cfg
.idea/