@@ -24,7 +24,7 @@ share/python-wheels/
2424* .egg-info /
2525.installed.cfg
2626* .egg
27- MANIFEST
27+ MANIFEST.in
2828
2929# PyInstaller
3030# Usually these files are written by a python script from a template
@@ -85,7 +85,7 @@ ipython_config.py
8585# pyenv
8686# For a library or package, you might want to ignore these files since the code is
8787# intended to run in multiple environments; otherwise, check them in:
88- # .python-version
88+ .python-version
8989
9090# pipenv
9191# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -105,7 +105,7 @@ ipython_config.py
105105# This is especially recommended for binary packages to ensure reproducibility, and is more
106106# commonly ignored for libraries.
107107# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108- # poetry.lock
108+ poetry.lock
109109# poetry.toml
110110
111111# pdm
@@ -173,7 +173,7 @@ cython_debug/
173173# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
174174# and can be added to the global gitignore or merged into this file. For a more nuclear
175175# option (not recommended) you can uncomment the following to ignore the entire idea folder.
176- # .idea/
176+ .idea /
177177
178178# Abstra
179179# Abstra is an AI-powered process automation framework.
@@ -182,11 +182,11 @@ cython_debug/
182182.abstra /
183183
184184# Visual Studio Code
185- # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
185+ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
186186# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
187- # and can be added to the global gitignore or merged into this file. However, if you prefer,
187+ # and can be added to the global gitignore or merged into this file. However, if you prefer,
188188# you could uncomment the following to ignore the entire vscode folder
189- # .vscode/
189+ .vscode /
190190
191191# Ruff stuff:
192192.ruff_cache /
@@ -205,3 +205,11 @@ cython_debug/
205205marimo /_static /
206206marimo /_lsp /
207207__marimo__ /
208+
209+ # MacOS
210+ .DS_Store /
211+
212+ dev /
213+ reports /
214+
215+ cookies * .pk
0 commit comments