summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cab82344640cf195b17ce78687ab2c52b822c7aa (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

# outputs/artifacts
output/