Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 4 additions & 45 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,46 +1,5 @@
```markdown
# Logs and temp files
*.log
*.tmp
*.swp

# Environment
.env
.env.local
.env.*

# Dependencies
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.pyd

# Build artifacts
build/
dist/
*.egg-info/

# Editors
.vscode/
.idea/

# OS generated files
.DS_Store
Thumbs.db

# Compression files
*.zip
*.gz
*.tar
*.tgz
*.bz2
*.xz
*.7z
*.rar
*.zst

# Original rules preserved
*.log
```
# Secrets and security
.gitleaksignore
.secretsignore
```
1 change: 1 addition & 0 deletions src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ config_show() {
else
echo "# ORCHAT Configuration"
echo "# No configuration file found at $CONFIG_FILE"
echo "# (This is example/commented code showing the config format)"
echo "#"
echo "# To set API key:"
echo "# orchat config set api.openrouter_api_key 'your-key-here'"
Expand Down
Loading