Inital version

This commit is contained in:
2025-09-30 12:26:09 -04:00
commit 4e10407f9f
15 changed files with 9237 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.build/
build/
dist/
.eggs/
*.egg-info/
*.egg
# Virtual environments
.venv/
venv/
ENV/
# Test / coverage
.pytest_cache/
.coverage*
htmlcov/
# IDE / editor
.vscode/
*.code-workspace
.idea/
# OS files
.DS_Store
Thumbs.db
# Jupyter
.ipynb_checkpoints/
# Local configs
*.env
.env.*