-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (39 loc) · 692 Bytes
/
.gitignore
File metadata and controls
51 lines (39 loc) · 692 Bytes
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
# VS Code files
.vs/
.vscode/
# python
__pycache__/
# testing
tests/test_music/
tests/function_tests/
tests/offline_debug/
# install
wiki_music.egg-info/
build/
dist/
# build dir
freeze/build/
freeze/*dist/
freeze/upx/
freeze/wiki_music.spec
freeze/unnecessary_dependencies.txt
freeze/numpy-1.16.5+vanilla-cp37-cp37m-win_amd64.whl
freeze/*.zip
# dir for file output, profiling, logs
wiki_music/logs/
# unique user files
wiki_music/files/google_api_key.txt
# mypy typechecking folder
.mypy_cache
# deprecated
deprecated/
# exclude compiled files
*.py[cod]
# profiling
profile_data/
# built version of documentation
docs/_build/
docs/_static/
docs/_templates/
# PyPi tokens
.pypirc