-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
63 lines (50 loc) · 928 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
60
61
62
63
__pycache__/
*.py[cod]
.cache/
*.egg
*.egg-info
*.pyc
*.db
*.sqlite
*.sql
*.cache
*.lock
*.log
*.swp
TODO.txt
TODO_PARSER.txt
docs/OLD.aux
docs/OLD.idx
docs/_build
docs/_static
docs/_templates
docs/_themes
venv/
venv37/
venv37update/
env/
.tox/
old-commit.txt
old/models/db_update_scripts/**/*.sh
old-commit.txt
# Some Pylons-generated directories that should be ignored
/dist/
/data/
/build/
.eggs/
# Some OLD-specific directories that should be ignored
/store/
/test-store/
# Ignore a large file in test_files
old/tests/data/files/old_test_long.wav
old/tests/data/files/old_test_medium.wav
# Ignore the Blackfoot MySQL dump file
old/tests/data/datasets/blaold*
# Ignore the morphology scripts and binaries
old/tests/data/morphologies/
# Ignore the special-purpose .ini files
gmail.ini
keyboards.ini
devlocal.ini
# Ignore _requests_tests.py since it is copied from tests/ when setup-app is run
/_requests_tests.py