39 lines
398 B
Plaintext
39 lines
398 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
|
|
.ai-chat-exporter/
|
|
logs/
|
|
*.log
|
|
|
|
# Editor / OS
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
Thumbs.db
|