Skip to content

Commit 966bf96

Browse files
author
Artsiom Tkachou
committed
Initial commit
1 parent bccf3bd commit 966bf96

File tree

1 file changed

+7
-31
lines changed

1 file changed

+7
-31
lines changed

.gitignore

+7-31
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
<<<<<<< Updated upstream
2+
### Python template
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]
46
*$py.class
57

68
# C extensions
79
*.so
8-
10+
.idea/
911
# Distribution / packaging
1012
.Python
1113
env/
@@ -43,47 +45,21 @@ htmlcov/
4345
nosetests.xml
4446
coverage.xml
4547
*,cover
46-
.hypothesis/
4748

4849
# Translations
4950
*.mo
5051
*.pot
5152

5253
# Django stuff:
5354
*.log
54-
local_settings.py
55-
56-
# Flask stuff:
57-
instance/
58-
.webassets-cache
59-
60-
# Scrapy stuff:
61-
.scrapy
6255

6356
# Sphinx documentation
6457
docs/_build/
6558

6659
# PyBuilder
6760
target/
6861

69-
# IPython Notebook
70-
.ipynb_checkpoints
71-
72-
# pyenv
73-
.python-version
74-
75-
# celery beat schedule file
76-
celerybeat-schedule
77-
78-
# dotenv
79-
.env
80-
81-
# virtualenv
82-
venv/
83-
ENV/
84-
85-
# Spyder project settings
86-
.spyderproject
87-
88-
# Rope project settings
89-
.ropeproject
62+
# Created by .ignore support plugin (hsz.mobi)
63+
=======
64+
.idea/
65+
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)