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

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

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