admin 498e1ab6ca Bunch of improvements:
- Refactored the dashboard html into seperate pages and all the necessary components
- Added login and secured api routes / debugged getting system working on a tailnet.
- added some functionality to the debugging and health endpoints
- added in a new phone contact import and debugged.
2025-12-31 15:02:28 -07:00

190 lines
2.1 KiB
Plaintext

# Directories to exclude
uploads/
samples/
data/
logs/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
Pipfile.lock
# poetry
poetry.lock
# pdm
.pdm.toml
# PEP 582
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments - CRITICAL: NEVER COMMIT THESE FILES
.env
.env.local
.env.*.local
.env.production
.env.development
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Security - API keys and secrets
*.key
*.pem
*.crt
secrets/
api_keys.txt
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
.idea/
# VS Code
.vscode/
# macOS
.DS_Store
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
# Docker
.dockerignore
# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
# Backup files
*.backup
*.bak
*.orig
src/models/__pycache__/contact_list.cpython-311.pyc
src/models/__pycache__/conversation.cpython-311.pyc
src/routes/__pycache__/conversations_enhanced.cpython-311.pyc
src/routes/__pycache__/conversations.cpython-311.pyc
src/services/__pycache__/termux_sync_service.cpython-311.pyc
src/services/__pycache__/websocket_service.cpython-311.pyc
# CSV
*.csv