initial commit

This commit is contained in:
2026-03-23 20:25:30 -05:00
commit dfe04db493
5 changed files with 148 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual Environment
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific
orders.txt
*.pdf
downloads/
invoices/