Includes join verification button, discuss-comment cleanup for non-members, and SQLite persistence. Made-with: Cursor
19 lines
162 B
Text
19 lines
162 B
Text
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
venv/
|
|
/.pycache/
|
|
|
|
# Local config/secrets
|
|
.env
|
|
*.db
|
|
*.sqlite3
|
|
*.sqlite3-*
|