updated cogs

This commit is contained in:
2026-06-17 12:51:39 -05:00
parent cfff3e7366
commit 910269e5b6
9 changed files with 414 additions and 34 deletions

56
.gitignore vendored
View File

@@ -1,17 +1,25 @@
# Environment Variables & Secrets
.env
SETUP.md
.env.local
.env.*.local
secrets/
# Virtual Environments
.venv
env/
venv/
ENV/
.Python
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
*.egg
*.egg-info/
dist/
downloads/
build/
eggs/
.eggs/
lib/
@@ -20,9 +28,37 @@ parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
develop-eggs/
downloads/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# Database
*.db
*.sqlite
*.sqlite3
# Testing
.pytest_cache/
.coverage
htmlcov/
# Misc
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json