-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
46 lines (32 loc) · 905 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
# =============================================================================
# Generic
# =============================================================================
# Working config/data dictionary files
*.tsv
# Python residue
__pycache__/
*.py[cod]
# http://stackoverflow.com/questions/3719243/recommended-gitignore-file-for-python-projects
crate_anon.egg-info/
dist/
# PyCharm
.idea/*
# Temporary files
*~
# Test coverage
.coverage
htmlcov
# =============================================================================
# Specific
# =============================================================================
# we use an autogenerated MANIFEST.in file. However, don't ignore it (as
# we learned from Docker/CamCOPS).
celerybeat-schedule
celerybeat.pid
# Silver searcher
.ignore
# Emacs
.dir-locals.el
# Test database
crate_test*.sqlite
crate_anon/nlp_manager/compiled_nlp_classes/*