summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 48b5ecd4be14b03dd944291b5e451bffd7c63d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
*.pyc
*.pyd
*.pyo
*.egg
/build/
/dist/
/doc/build/output/
/dogpile_data/
*.orig
*,cover
/.tox
/venv/
.venv
*.egg-info
.coverage
coverage.xml
.*,cover
*.class
*.so
*.patch
sqlnet.log
/mapping_setup.py
/shard?_*.db
/test.cfg
/test.py
/test?.py
/.cache/
/.mypy_cache
*.sw[o,p]
*.rej
test/test_schema.db
*test_schema.db
.idea
/Pipfile*
/.pytest_cache/
/pip-wheel-metadata/
/.vscode/
/.ipynb_checkpoints/
*.ipynb