Files
ai-exchange/.gitignore
T
2026-05-20 13:25:16 +08:00

34 lines
366 B
Plaintext

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/
*.egg-info/
# Environment and secrets
.env
.env.local
.env.runtime
*.pem
*.key
# OS/editor
.DS_Store
.idea/
.vscode/
# Claude local state
.claude/
memory/
# Local tool state and transient logs
.hermes/
geckodriver.log
tmp_*.jsonl
*_capture.jsonl
# Large artifacts and local docs copies
*.pdf
.gstack/