Skip to content

Commit 2ba81ae

Browse files
add gitignore
1 parent 782676b commit 2ba81ae

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

.gitignore

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
__pycache__/
2+
build/
3+
develop-eggs/
4+
dist/
5+
downloads/
6+
docs/_build/
7+
eggs/
8+
.eggs/
9+
*.egg-info/
10+
ENV/
11+
env/
12+
htmlcov/
13+
.hypothesis/
14+
instance/
15+
parts/
16+
sdist/
17+
target/
18+
.tox/
19+
var/
20+
venv/
21+
*.py[cod]
22+
*$py.class
23+
*.so
24+
.env
25+
*.egg
26+
.installed.cfg
27+
*.manifest
28+
celerybeat-schedule
29+
*,cover
30+
.coverage
31+
.coverage.*
32+
coverage.xml
33+
.cache
34+
.DS_Store
35+
.idea/workspace.xml
36+
.idea/tasks.xml
37+
.ipynb_checkpoints
38+
local_settings.py
39+
*.log
40+
MANIFEST
41+
*.mo
42+
nosetests.xml
43+
pip-log.txt
44+
pip-delete-this-directory.txt
45+
.python-version
46+
*.rdb
47+
.scrapy
48+
*.spec
49+
*.pot
50+
.webassets-cache
51+
.vscode

0 commit comments

Comments
 (0)