-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
71 lines (66 loc) · 1.12 KB
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# ======================================================================================
# Copyright and other protections apply. Please see the accompanying LICENSE file for
# rights and restrictions governing use of this software. All rights not expressly
# waived or licensed are reserved. If that file is missing or appears to be modified
# from its original, then please contact the author before viewing or using this
# software in any capacity.
# ======================================================================================
# Project
/.coverage
/.coverage.*
/.tox/
/build/
/dist/
/docs/jupyter/
/dyce/_version.py
/site/
/htmlcov/
.dmypy.json
.ipynb_checkpoints/
.jupyterlite.doit.db
# Objects and packages
*.7z
*.bz2
*.class
*.com
*.dll
*.dmg
*.egg
*.egg-info/
*.exe
*.gz
*.iso
*.jar
*.o
*.py[cdo]
*.rar
*.so
*.tar
*.xz
*.zip
.mypy_cache/
.pytest_cache/
/.cache/
/.eggs/
__pycache__/
dropin.cache
node_modules/
# Logs, databases, etc.
*.err
*.log
*.log.[0-9]*
*.out
*.pid
*.sqlite
nohup.out
# OS/app generated entities
.DS_Store
.DS_Store?
.Spotlight-V100/
.Trashes/
._*
.~*
Thumbs.db
desktop.ini
ehthumbs.db
# Exceptions