fixed version and author duplication

This commit is contained in:
2026-05-19 15:06:16 +00:00
parent 7a9efba55d
commit ea012ca95b
3 changed files with 72 additions and 4 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
*.egg
dist/
build/
wheels/
sdist/
# Virtual envs
.venv/
venv/
env/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Ruff / linting
.ruff_cache/
# Mypy
.mypy_cache/
# Editors
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# ForeignThon compiled output
*.compiled.py
# Temporary Tests
tmp/**