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

# Virtual environments
.venv

# Other
.idea/