This commit is contained in:
2025-04-14 22:10:27 -04:00
parent 8763753be7
commit 7a5ed20b33
26 changed files with 3933 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
__pycache__/
*.py[cod]
*.log
*.db
*.sqlite3
.env
.venv
.cache
.mypy_cache
.pytest_cache
dist/
build/
*.egg-info/
.idea/
.vscode/
coverage.xml
.coverage