Initial setup

This commit is contained in:
Chuck Ard
2026-03-14 16:37:03 -05:00
commit 06d6eeaad6
4 changed files with 648 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
# Secrets
.env
*.pem
*.key
secrets/
# Database
*.db
*.sqlite3
# Logs
*.log
logs/
# Profiling
*.prof
*.trace
# OS
.DS_Store
Thumbs.db
# Docker
.docker/