File tree 1 file changed +19
-12
lines changed
1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change 1
-
2
1
# Created by https://www.gitignore.io/api/python
3
2
4
3
# ## Python ###
@@ -12,7 +11,6 @@ __pycache__/
12
11
13
12
# Distribution / packaging
14
13
.Python
15
- env /
16
14
build /
17
15
develop-eggs /
18
16
dist /
@@ -45,19 +43,16 @@ htmlcov/
45
43
.coverage
46
44
.coverage. *
47
45
.cache
46
+ .pytest_cache /
48
47
nosetests.xml
49
48
coverage.xml
50
- * , cover
49
+ * . cover
51
50
.hypothesis /
52
51
53
52
# Translations
54
53
* .mo
55
54
* .pot
56
55
57
- # Django stuff:
58
- * .log
59
- local_settings.py
60
-
61
56
# Flask stuff:
62
57
instance /
63
58
.webassets-cache
@@ -78,20 +73,32 @@ target/
78
73
.python-version
79
74
80
75
# celery beat schedule file
81
- celerybeat-schedule
76
+ celerybeat-schedule. *
82
77
83
- # dotenv
84
- .env
78
+ # SageMath parsed files
79
+ * .sage.py
85
80
86
- # virtualenv
87
- .venv /
81
+ # Environments
82
+ .env
83
+ .venv
84
+ env /
88
85
venv /
89
86
ENV /
87
+ env.bak /
88
+ venv.bak /
90
89
91
90
# Spyder project settings
92
91
.spyderproject
92
+ .spyproject
93
93
94
94
# Rope project settings
95
95
.ropeproject
96
96
97
+ # mkdocs documentation
98
+ /site
99
+
100
+ # mypy
101
+ .mypy_cache /
102
+
103
+
97
104
# End of https://www.gitignore.io/api/python
You can’t perform that action at this time.
0 commit comments