- setup_telnyx.py: automates fax app creation, number purchase, and config generation via Telnyx API - Gitignore PROJECT.md and CLAUDE.md to keep project files local Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
33 lines
347 B
Text
33 lines
347 B
Text
# Project/session files
|
|
PROJECT.md
|
|
CLAUDE.md
|
|
|
|
# Credentials and config
|
|
.env
|
|
|
|
# Claim documents (personal data)
|
|
claims/*.pdf
|
|
claims/*.tiff
|
|
claims/*.png
|
|
|
|
# Generated reports
|
|
reports/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
venv/
|
|
.venv/
|
|
|
|
# PyInstaller
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# GUI config (contains credentials)
|
|
autofax_config.json
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|