1- # Byte-compiled / optimized / DLL files
1+ # Byte-compiled / optimized / DLL files
22__pycache__ /
33* .py [codz ]
44* $py.class
@@ -96,13 +96,13 @@ ipython_config.py
9696
9797# UV
9898# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
99- # This is especially recommended for binary packages to ensure reproducibility, and is more
99+ # This is especially recommended for reproducibility, and is more
100100# commonly ignored for libraries.
101101# uv.lock
102102
103103# poetry
104104# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105- # This is especially recommended for binary packages to ensure reproducibility, and is more
105+ # This is especially recommended for reproducibility, and is more
106106# commonly ignored for libraries.
107107# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108108# poetry.lock
@@ -120,8 +120,8 @@ ipython_config.py
120120# pixi
121121# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control.
122122# pixi.lock
123- # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one
124- # in the .venv directory. It is recommended not to include this directory in version control.
123+ # Pixi creates a virtual environment in the .pixi directory, just like . venv directory creates one
124+ # in version control.
125125.pixi
126126
127127# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
@@ -186,7 +186,7 @@ cython_debug/
186186# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
187187# and can be added to the global gitignore or merged into this file. For a more nuclear
188188# option (not recommended) you can uncomment the following to ignore the entire idea folder.
189- # .idea/
189+ .idea /
190190
191191# Abstra
192192# Abstra is an AI-powered process automation framework.
@@ -216,3 +216,8 @@ __marimo__/
216216
217217# Streamlit
218218.streamlit /secrets.toml
219+
220+ # Local workspace files
221+ build_log.txt
222+ build_result.txt
223+ .DS_Store
0 commit comments