This commit is contained in:
jpmvaz
2026-09-13 19:59:54 +01:00
commit d86f1ba099
46 changed files with 4138 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
.git
.gitignore
.env
*.md
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
.env.local
data/
*.db
*.sqlite*
.DS_Store
.idea/
.vscode/
node_modules/
tests/