This commit is contained in:
Dev
2025-09-29 20:08:15 +10:00
parent fc085eb77e
commit d305ba4fd3
5 changed files with 831 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,3 +1,5 @@
ehs_data
# Python-generated files
__pycache__/
*.py[oc]
@@ -5,6 +7,7 @@ build/
dist/
wheels/
*.egg-info
.ropeproject
# Virtual environments
.venv