-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.gitignore
55 lines (40 loc) · 842 Bytes
/
.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
# project-local contains your personal configuration choices and state
/anaconda-project-local.yml
.projectignore
# anaconda-project generated envs are stored within the project dir
*/envs
*/assets/export
# Files autocreated by Python
__pycache__/
*.pyc
*.pyo
*.pyd
# Notebook stuff
*/.ipynb_checkpoints
# Pytest
*/.pytest_cache
# Example output
*/export
# Dask
*/dask-worker-space
# Doit
*.doit.db
# OSX
*.DS_Store
# Ignore output of get_evaluated_doc
doc/gallery/*
!doc/_static/
!doc/_templates/
# Ignore output of doc_archive_projects
*/_archive/
# Ignore output of doc_build_website
jupyter_execute/
builtdocs/
# Ignore output of test_small_data_setup
*/tmp_catalog.yml
# Ignore output of build_list_existing_files
.examples_snapshot
# dot env file to store env vars
.env
# deployments as JSON
doc/_static/deployments.json