no message

This commit is contained in:
Matt Troutman 2025-04-05 17:40:26 -05:00
parent 958841d781
commit 49fca2b3b9
No known key found for this signature in database
8 changed files with 577 additions and 150 deletions

36
.gitignore vendored
View file

@ -1 +1,37 @@
.idea
# Environment variables
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Temporary files
*.tmp
*.temp
.venv