-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (45 loc) · 1.05 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
# ------------------------------------------------------------------------------------------------------------------------------
# Temp Files
# ------------------------------------------------------------------------------------------------------------------------------
# Generated temporary files by OS or editors.
*~
*#
*.bak
*.tmproj
.buildpath
.project
.settings
.idea
.tmp
.netbeans
nbproject
logs
lib
__pycache__
build
*spec
# ------------------------------------------------------------------------------------------------------------------------------
# Dynamicaly Generated Files
# ------------------------------------------------------------------------------------------------------------------------------
# Hidden files created by OS.
Thumbs.db
desktop.ini
.DS_Store
.DS_STORE
# Generated files created by Node.js.
node_modules
npm-debug.log
# Generated files created by tests.
coverage
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json