feat: initial architecture setup with Docker, SQLite persistence and PDF tracking
This commit is contained in:
+22
@@ -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
|
||||
Reference in New Issue
Block a user