1
1
.env
2
2
.DS_Store
3
+
3
4
# Byte-compiled / optimized / DLL files
4
5
__pycache__ /
5
6
* .py [cod ]
@@ -29,8 +30,6 @@ share/python-wheels/
29
30
MANIFEST
30
31
31
32
# PyInstaller
32
- # Usually these files are written by a python script from a template
33
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
34
33
* .manifest
35
34
* .spec
36
35
@@ -57,17 +56,17 @@ cover/
57
56
* .mo
58
57
* .pot
59
58
60
- # Django stuff:
59
+ # Django stuff
61
60
* .log
62
61
local_settings.py
63
62
db.sqlite3
64
63
db.sqlite3-journal
65
64
66
- # Flask stuff:
65
+ # Flask stuff
67
66
instance /
68
67
.webassets-cache
69
68
70
- # Scrapy stuff:
69
+ # Scrapy stuff
71
70
.scrapy
72
71
73
72
# Sphinx documentation
@@ -85,35 +84,20 @@ profile_default/
85
84
ipython_config.py
86
85
87
86
# pyenv
88
- # For a library or package, you might want to ignore these files since the code is
89
- # intended to run in multiple environments; otherwise, check them in:
90
- # .python-version
87
+ .python-version
91
88
92
89
# pipenv
93
- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
94
- # However, in case of collaboration, if having platform-specific dependencies or dependencies
95
- # having no cross-platform support, pipenv may install dependencies that don't work, or not
96
- # install all needed dependencies.
97
- # Pipfile.lock
90
+ # Pipfile.lock
98
91
99
92
# poetry
100
- # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
101
- # This is especially recommended for binary packages to ensure reproducibility, and is more
102
- # commonly ignored for libraries.
103
- # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
104
- # poetry.lock
93
+ # poetry.lock
105
94
106
95
# pdm
107
- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
108
- # pdm.lock
109
- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
110
- # in version control.
111
- # https://pdm.fming.dev/latest/usage/project/#working-with-version-control
112
96
.pdm.toml
113
97
.pdm-python
114
98
.pdm-build /
115
99
116
- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
100
+ # PEP 582
117
101
__pypackages__ /
118
102
119
103
# Celery stuff
@@ -124,7 +108,6 @@ celerybeat.pid
124
108
* .sage.py
125
109
126
110
# Environments
127
- .env
128
111
.venv
129
112
env /
130
113
venv /
@@ -157,8 +140,10 @@ dmypy.json
157
140
cython_debug /
158
141
159
142
# PyCharm
160
- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
161
- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
162
- # and can be added to the global gitignore or merged into this file. For a more nuclear
163
- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
164
- # .idea/
143
+ # .idea/
144
+
145
+ # IDEs and editors
146
+ .vscode /
147
+ .idea /
148
+ * .sublime-project
149
+ * .sublime-workspace
0 commit comments