-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
59 lines (47 loc) · 965 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
56
57
58
59
.eric6project/
.ropeproject/
.directory/
*.pyc
*.pyo
*.orig
*.bak
*.rej
*~
cur/
tmp/
__pycache__/
*.DS_Store
node_modules/
# virtual environment folders
.env/
.venv/
venv/
# what are these "build" folders?
neahtta/build/
neahtta/neahtta/build/
neahtta/neahtta/dicts/*.xml
neahtta/neahtta/dicts/*.xml.bak
neahtta/neahtta/dicts/*.xml.bak-before-stem
neahtta/neahtta/dicts/*.xml.log
neahtta/neahtta/dicts/test_lexica
# This folder appeared after switching to pyproject.toml
neahttadigisanit.egg-info
# Configuration files
neahtta/neahtta/configs/*.config.yaml
# ignore everything in any static/vendor folder
**/static/vendor/
**/static/.webassets-cache/
# and anything inside a static folder which includes the word "compiled"
**/static/**/*compiled*.*
# and audio files
**/static/audio/*
**/static/audio/**/*.flac
secret_key.do.not.check.in
morph_log.txt
user_log.txt
package-lock.json
# for pyenv
.python-version
# Compiled translations (.mo)
*.mo
*.pid