summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b0b88e2d2ef51bd424c3513fd48f5d92db7cf0c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
*.pyc
*.egg-info/

# created by `python -m venv venv` (listed here for hatchling)
venv/

# created by `python -m build`
dist/

# created by `nix-build`
result