Modernized build tooling

This commit is contained in:
2025-08-01 05:00:24 +00:00
committed by Your Name
parent 8a93f794d6
commit f7a5d26c41
71 changed files with 6685 additions and 813 deletions
+43
View File
@@ -0,0 +1,43 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
dist/
build/
# Testing
.coverage
.pytest_cache/
.hypothesis/
reports/
.nox/
.tox/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Docs
docs/_build/
site/
# Git
.git/
.gitignore
# CI
.forgejo/
# Other
.DS_Store
*.log