Skip to content

Commit 8656aa1

Browse files
committed
ignore file
1 parent a5d52e4 commit 8656aa1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
*.py[c|o]
2+
.DS_Store
3+
*.sql
4+
*.bz2
5+
*~
6+
*.log
7+
*.json
8+
*.wsgi
9+
local_settings.py
10+
development_settings.py
11+
*.egg-info
12+
.project
13+
.pydevproject
14+
.settings
15+
versiontools*
16+
_build*
17+
doc/index.html
18+
/build/
19+
/dist/
20+
*.swp
21+
\#*
22+
.\#*
23+
.tox
24+
dump.rdb
25+
.idea
26+
.venv
27+
.coverage
28+
coverage.xml
29+
cobertura.xml
30+
31+
poetry.lock
32+
dist

0 commit comments

Comments
 (0)