1
1
2
- # Created by https://www.toptal.com/developers/gitignore/api/venv,python,git
3
- # Edit at https://www.toptal.com/developers/gitignore?templates=venv,python,git
2
+ # Created by https://www.toptal.com/developers/gitignore/api/git,python,venv,dotenv,linux
3
+ # Edit at https://www.toptal.com/developers/gitignore?templates=git,python,venv,dotenv,linux
4
+
5
+ # ## dotenv ###
6
+ .env
4
7
5
8
# ## Git ###
6
9
# Created by git for backups. To disable backups in Git:
17
20
* _LOCAL_ * .txt
18
21
* _REMOTE_ * .txt
19
22
23
+ # ## Linux ###
24
+ * ~
25
+
26
+ # temporary files which can be created if a process still has a handle open of a deleted file
27
+ .fuse_hidden *
28
+
29
+ # KDE directory preferences
30
+ .directory
31
+
32
+ # Linux trash folder which might appear on any partition or disk
33
+ .Trash- *
34
+
35
+ # .nfs files are created when an open file is removed but is still being accessed
36
+ .nfs *
37
+
20
38
# ## Python ###
21
39
# Byte-compiled / optimized / DLL files
22
40
__pycache__ /
@@ -70,6 +88,7 @@ coverage.xml
70
88
* .py,cover
71
89
.hypothesis /
72
90
.pytest_cache /
91
+ pytestdebug.log
73
92
74
93
# Translations
75
94
* .mo
@@ -90,6 +109,7 @@ instance/
90
109
91
110
# Sphinx documentation
92
111
docs /_build /
112
+ doc /_build /
93
113
94
114
# PyBuilder
95
115
target /
@@ -122,13 +142,13 @@ celerybeat.pid
122
142
* .sage.py
123
143
124
144
# Environments
125
- .env
126
145
.venv
127
146
env /
128
147
venv /
129
148
ENV /
130
149
env.bak /
131
150
venv.bak /
151
+ pythonenv *
132
152
133
153
# Spyder project settings
134
154
.spyderproject
@@ -151,6 +171,9 @@ dmypy.json
151
171
# pytype static type analyzer
152
172
.pytype /
153
173
174
+ # profiling data
175
+ .prof
176
+
154
177
# ## venv ###
155
178
# Virtualenv
156
179
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
@@ -163,4 +186,4 @@ dmypy.json
163
186
pyvenv.cfg
164
187
pip-selfcheck.json
165
188
166
- # End of https://www.toptal.com/developers/gitignore/api/venv ,python,git
189
+ # End of https://www.toptal.com/developers/gitignore/api/git ,python,venv,dotenv,linux
0 commit comments