Diff of /.gitignore [000000] .. [e6696a]

Switch to unified view

a b/.gitignore
1
*.DS_Store
2
eeg-notebooks/
3
deepeeg/
4
*.fif
5
6
# Byte-compiled / optimized / DLL files
7
__pycache__/
8
*.py[cod]
9
*$py.class
10
11
# C extensions
12
*.so
13
14
# Distribution / packaging
15
.Python
16
build/
17
develop-eggs/
18
dist/
19
downloads/
20
eggs/
21
.eggs/
22
lib/
23
lib64/
24
parts/
25
sdist/
26
var/
27
wheels/
28
pip-wheel-metadata/
29
share/python-wheels/
30
*.egg-info/
31
.installed.cfg
32
*.egg
33
MANIFEST
34
35
# PyInstaller
36
#  Usually these files are written by a python script from a template
37
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
38
*.manifest
39
*.spec
40
41
# Installer logs
42
pip-log.txt
43
pip-delete-this-directory.txt
44
45
# Unit test / coverage reports
46
htmlcov/
47
.tox/
48
.nox/
49
.coverage
50
.coverage.*
51
.cache
52
nosetests.xml
53
coverage.xml
54
*.cover
55
.hypothesis/
56
.pytest_cache/
57
58
# Translations
59
*.mo
60
*.pot
61
62
# Django stuff:
63
*.log
64
local_settings.py
65
db.sqlite3
66
67
# Flask stuff:
68
instance/
69
.webassets-cache
70
71
# Scrapy stuff:
72
.scrapy
73
74
# Sphinx documentation
75
docs/_build/
76
77
# PyBuilder
78
target/
79
80
# Jupyter Notebook
81
.ipynb_checkpoints
82
83
# IPython
84
profile_default/
85
ipython_config.py
86
87
# pyenv
88
.python-version
89
90
# celery beat schedule file
91
celerybeat-schedule
92
93
# SageMath parsed files
94
*.sage.py
95
96
# Environments
97
.env
98
.venv
99
env/
100
venv/
101
ENV/
102
env.bak/
103
venv.bak/
104
105
# Spyder project settings
106
.spyderproject
107
.spyproject
108
109
# Rope project settings
110
.ropeproject
111
112
# mkdocs documentation
113
/site
114
115
# mypy
116
.mypy_cache/
117
.dmypy.json
118
dmypy.json
119
120
# Pyre type checker
121
.pyre/