aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 5f45fad99caebed4f06dd444b0eb1c8d413e9b22 (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
*.py~

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

# Temp files
metadata.ttl
cache.txt

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