autofax/.gitignore
Sochen 0748178355 Add Telnyx setup wizard, remove PROJECT.md from repo
- 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>
2026-03-06 21:35:18 +00:00

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