From 378d117021b24c645284e11956c0ff62ee804f36 Mon Sep 17 00:00:00 2001 From: Hans-Martin von Gaudecker Date: Wed, 21 Jan 2026 14:35:53 +0100 Subject: [PATCH] Adjust pyproject.toml and similar code along the lines of https://github.com/OpenSourceEconomics/ai-instructions/tree/main/boilerplate. --- .gitignore | 53 ++++++++++++++++++++++------------------------------- 1 file changed, 22 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index 9b0ad54..33de66e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,31 @@ # Byte-compiled / optimized / DLL files -__pycache__/ *.py[cod] *$py.class +__pycache__/ # C extensions *.so # Distribution / packaging +*.egg +*.egg-info/ +.eggs/ +.installed.cfg .Python build/ develop-eggs/ dist/ downloads/ eggs/ -.eggs/ lib/ lib64/ +MANIFEST parts/ +pip-wheel-metadata/ sdist/ +share/python-wheels/ var/ wheels/ -pip-wheel-metadata/ -share/python-wheels/ -*.egg-info/ -.installed.cfg -*.egg -MANIFEST # PyInstaller # Usually these files are written by a python script from a template @@ -34,22 +34,22 @@ MANIFEST *.spec # Installer logs -pip-log.txt pip-delete-this-directory.txt +pip-log.txt # Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml *.cover *.py,cover +.cache +.coverage +.coverage.* .hypothesis/ +.nox/ .pytest_cache/ +.tox/ +coverage.xml +htmlcov/ +nosetests.xml # Translations *.mo @@ -57,13 +57,13 @@ coverage.xml # Django stuff: *.log -local_settings.py db.sqlite3 db.sqlite3-journal +local_settings.py # Flask stuff: -instance/ .webassets-cache +instance/ # Scrapy stuff: .scrapy @@ -78,8 +78,8 @@ target/ .ipynb_checkpoints # IPython -profile_default/ ipython_config.py +profile_default/ # pyenv .python-version @@ -101,15 +101,6 @@ celerybeat.pid # SageMath parsed files *.sage.py -# Environments -.env -.venv -env/ -venv/ -ENV/ -env.bak/ -venv.bak/ - # Spyder project settings .spyderproject .spyproject @@ -121,12 +112,12 @@ venv.bak/ /site # mypy -.mypy_cache/ .dmypy.json +.mypy_cache/ dmypy.json # Pyre type checker .pyre/ - +# Project specific src/pybaum/_version.py