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

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

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