aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 38d03af61502de82f64a408114cfebce895206d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment variables
.env

# Data storage
storage/