Gitignore and Python Version Files

This commit is contained in:
git-sandro 2026-06-05 15:28:53 +02:00
parent 3d5b0e84dd
commit 8bd7d8b8d9
2 changed files with 15 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# General ignore
.DS_Store
.ipynb_checkpoints

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.12