summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-24 07:11:04 +0100
committerMartin Fischer <martin@push-f.com>2025-03-24 07:17:50 +0100
commitbded757ac8b71df61bef068c320c639ab64f2f06 (patch)
treeed9f3b923389d28db8a107e5ece01aff765fd8fe /.gitignore
parent078800915f37bacaf802fea9a9898af5451bd4da (diff)
build: switch from setuptools to hatchlingHEADv0.1.0master
For reproducible builds and also so that you no longer need `--config-settings editable_mode=compat` for pip install to make it work with Pyright.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 64a852a..b45918e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
*.pyc
*.egg-info/
-# created by `pip install . --config-settings editable_mode=compat`
-build/
+# created by `python -m venv venv` (listed here for hatchling)
+venv/
# created by `python3 -m build`
dist/