Initial project skeleton

This commit is contained in:
2026-05-21 17:41:24 -04:00
commit b6a4fb75b7
3 changed files with 52 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project
*.log
credentials.json
*.db