-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
93 lines (69 loc) · 1.15 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# important! challenges are *not* versioned
*_chal_sol.py
*-chal-sol.ipynb
*_chal_sol.ipynb # shouldn't be allowed but just in case
*-chal-sol.md
!challenge-example/example-chal-sol.ipynb
!_test/test-chapter/my_chal_sol.py
!_test/test-chapter/nb-chal-sol.ipynb
_build/
_private/*
!_private/README.md
computer-vision/results/
/_templates/exam/server/*
!_templates/exam/server/README.md
#automatically generated by conf.py during sphinx build
/_static/generated/*
!/_static/generated/README.md
.cache
.hypothesis
##### PYTHON
*.pyc
__pycache__
.pytest_cache
nbsphinx.egg-info/
.ipynb_checkpoints
##### OS RELATED
*~
\#*#
*.DS_Store
*.class
.com.apple.timemachine.supported
.import-temp/
##### VSCODE
.vscode
##### INTELLIJ
*.iml
.idea
##### NETBEANS
nbproject/private/
build/
nbbuild/
dist/
nbdist/
##### ECLIPSE
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
/src/main/resources/rebel.xml
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
##### KATE
.kate-swp