summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d2fffeae056790cefe473f7de4ef6f19c6f0fe4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
__pycache__/
*.py[cod]
.pytest_cache/

# Runtime logs are reproducible and can grow quickly.
logs/
*.out

# Local editor/OS state.
.DS_Store
.vscode/
.idea/