34 lines
366 B
Plaintext
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/
|