summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6b61984935ae1b2b7c3d8bde0469830dcaea9186 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Development
_build
*.py[cod]
*.so
*.egg-info
MANIFEST
.hypothesis/
.ipynb_checkpoints/
.idea/
_generate
build
venv
*.sublime*
.eggs/
.cache/
dist/
tmp/
var/

# macOS
.DS_Store