-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
102 lines (102 loc) · 1.24 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# .gitignore
$RECYCLE.BIN/
*$py.class
*,cover
*.cab
*.DS_Store
*.egg
*.egg-info/
*.lnk
*.log
*.manifest
*.mo
*.msi
*.msm
*.msp
*.pot
*.py[cod]
*.so
*.spec
*.stTheme.cache
*.sublime-workspace
*.tmlanguage.cache
*.tmPreferences.cache
*~
._*
.apdisk
.AppleDB
.AppleDesktop
.AppleDouble
.cache
.com.apple.timemachine.donotpresent
.coverage
.coverage.*
.directory
.DocumentRevisions-V100
.eggs/
.env
.fseventsd
.fuse_hidden*
.hypothesis/
.installed.cfg
.ipynb_checkpoints
.LSOverride
.netrwhist
.[Pp]ython
.python-version
.ropeproject
.scrapy
.Spotlight-V100
.spyderproject
.TemporaryItems
.tox/
.Trash-*
.Trashes
.VolumeIcon.icns
.webassets-cache
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
[Ss]ession.vim
__pycache__/
bh_unicode_properties.cache
build/
celerybeat-schedule
coverage.xml
Desktop.ini
develop-eggs/
dist/
docs/_build/
downloads/
eggs/
ehthumbs.db
env/
ENV/
env3/
ENV3/
GitHub.sublime-settings
htmlcov/
Icon
instance/
lib/
lib64/
#local_settings.py
Network Trash Folder
nosetests.xml
Package Control.ca-bundle
Package Control.ca-certs/
Package Control.ca-list
Package Control.cache/
Package Control.last-run
Package Control.system-ca-bundle
parts/
pip-delete-this-directory.txt
pip-log.txt
sdist/
sftp-config.json
tags
target/
Temporary Items
Thumbs.db
var/
venv/
venv3/