1
- # This file is part of the tschm/.config-templates repository
2
- # (https://github.com/tschm/.config-templates).
3
- #
4
- docs
5
- .DS_Store
6
- _pdoc
7
- _book
8
- _tests
9
- _marimushka
10
-
11
- # temp file used by Junie
12
- .output.txt
13
-
14
- # .env file for configuration, e.g. OpenBB
15
- .env
1
+ # ## Python template
16
2
17
- quantstats.md
3
+ / _tests
18
4
19
5
# Byte-compiled / optimized / DLL files
20
6
__pycache__ /
21
- * .py [codz ]
7
+ * .py [cod ]
22
8
* $py.class
23
9
24
10
# C extensions
@@ -64,7 +50,7 @@ htmlcov/
64
50
nosetests.xml
65
51
coverage.xml
66
52
* .cover
67
- * .py. cover
53
+ * .py, cover
68
54
.hypothesis /
69
55
.pytest_cache /
70
56
cover /
@@ -112,36 +98,23 @@ ipython_config.py
112
98
# install all needed dependencies.
113
99
# Pipfile.lock
114
100
115
- # UV
116
- # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
117
- # This is especially recommended for binary packages to ensure reproducibility, and is more
118
- # commonly ignored for libraries.
119
- # uv.lock
120
-
121
101
# poetry
122
102
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
123
103
# This is especially recommended for binary packages to ensure reproducibility, and is more
124
104
# commonly ignored for libraries.
125
105
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
126
106
# poetry.lock
127
- # poetry.toml
128
107
129
108
# pdm
130
109
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
131
- # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python.
132
- # https://pdm-project.org/en/latest/usage/project/#working-with-version-control
133
110
# pdm.lock
134
- # pdm.toml
111
+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
112
+ # in version control.
113
+ # https://pdm.fming.dev/latest/usage/project/#working-with-version-control
114
+ .pdm.toml
135
115
.pdm-python
136
116
.pdm-build /
137
117
138
- # pixi
139
- # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
140
- # pixi.lock
141
- # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
142
- # in the .venv directory. It is recommended not to include this directory in version control.
143
- .pixi
144
-
145
118
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
146
119
__pypackages__ /
147
120
@@ -153,7 +126,7 @@ celerybeat.pid
153
126
* .sage.py
154
127
155
128
# Environments
156
- .envrc
129
+ .env
157
130
.venv
158
131
env /
159
132
venv /
@@ -192,33 +165,3 @@ cython_debug/
192
165
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
193
166
.idea /
194
167
195
- # Abstra
196
- # Abstra is an AI-powered process automation framework.
197
- # Ignore directories containing user credentials, local state, and settings.
198
- # Learn more at https://abstra.io/docs
199
- .abstra /
200
-
201
- # Visual Studio Code
202
- # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
203
- # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
204
- # and can be added to the global gitignore or merged into this file. However, if you prefer,
205
- # you could uncomment the following to ignore the entire vscode folder
206
- .vscode /
207
-
208
- # Ruff stuff:
209
- .ruff_cache /
210
-
211
- # PyPI configuration file
212
- .pypirc
213
-
214
- # Cursor
215
- # Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
216
- # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
217
- # refer to https://docs.cursor.com/context/ignore-files
218
- .cursorignore
219
- .cursorindexingignore
220
-
221
- # Marimo
222
- marimo /_static /
223
- marimo /_lsp /
224
- __marimo__ /
0 commit comments