aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b985e99737a0f9202343a9d06b439e87686f3c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Node artifacts
**/node_modules/
**/package-lock.json

# Python artifacts
**/__pycache__/
**/*.pyc
**/.venv/
**/.pytest_cache/

# OS / editor
.DS_Store
*.swp
*~