feat: initial architecture setup with Docker, SQLite persistence and PDF tracking

This commit is contained in:
Silas Brito
2026-07-13 18:58:05 -03:00
commit 27652716d7
10 changed files with 1365 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Virtual environment
.venv/
venv/
ENV/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Operating system files
.DS_Store
Thumbs.db
# SQLite database files
*.db
# Legacy PyInstaller folders
build/
dist/
*.spec