Skip to content

Commit 883f777

Browse files
committed
[refactory] clean up gitignore
1 parent 003cc06 commit 883f777

File tree

1 file changed

+6
-71
lines changed

1 file changed

+6
-71
lines changed

.gitignore

Lines changed: 6 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,11 @@
1-
# Byte-compiled / optimized / DLL files
2-
__pycache__/
3-
*$py.class
4-
5-
# C extensions
6-
*.so
7-
8-
# Distribution / packaging
9-
.Python
10-
build/
11-
develop-eggs/
12-
dist/
13-
downloads/
14-
eggs/
15-
.eggs/
16-
lib/
17-
lib64/
18-
parts/
19-
sdist/
20-
var/
21-
wheels/
22-
*.egg-info/
23-
.installed.cfg
24-
*.egg
25-
MANIFEST
26-
27-
# PyInstaller
28-
# Usually these files are written by a python script from a template
29-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
30-
*.manifest
31-
*.spec
32-
33-
# Unit test / coverage reports
34-
htmlcov/
35-
.tox/
36-
.coverage
37-
.coverage.*
38-
.cache
39-
nosetests.xml
40-
coverage.xml
41-
*.cover
42-
.hypothesis/
43-
.pytest_cache/
44-
45-
# Translations
46-
*.mo
47-
*.pot
48-
49-
# Django stuff:
50-
*.log
51-
local_settings.py
52-
db.sqlite3
53-
54-
# devloper temp files
55-
initworkspace.bat
56-
local_tools/
57-
581
# Editor
592
.vscode/
603

61-
# Other
62-
/uploads/*.*
63-
/uploads/*/*
64-
!/uploads/README.md
65-
!/uploads/*/.placeholder
66-
67-
# Backup
68-
*.bak
69-
*.*~
4+
# Virtualev
5+
venv/
706

71-
# Scripts
72-
write_*
7+
# Test Database
8+
*.sqlite3
739

74-
# Server
75-
*.sock
76-
*.pid
10+
# Python
11+
__pycache__/

0 commit comments

Comments
 (0)