Files
ai-chatexport/.gitignore
2026-03-30 11:08:05 -04:00

46 lines
515 B
Plaintext

.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
# Secrets — never commit these
.env
*.env
.env.*
!.env.example
# Exported conversation data — may contain private content
exports/
*.md
*.json
!tests/fixtures/*.json
!README.md
!FUTURE.md
!CHANGELOG.md
# Cache and logs
cache/
.ai-chat-exporter/
logs/
*.log
# Test tracking
test-plan.csv
# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
Thumbs.db
# HTTP traffic captures — may contain auth cookies and session tokens
*.har