aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9057a4f9ef314aa35c403e88b7f1eeb166d25e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*.py~

# Distribution / packaging
build/
cache.txt
metadata.ttl
__pycache__/
eggs/
.eggs/
*.egg-info/
*.egg

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/