- Add .claude/ (Claude Code config) - Update paths from agentserver/ to xml_pipeline/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30 lines
296 B
Text
30 lines
296 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
ENV/
|
|
|
|
# Secrets & config
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
xml_pipeline/config/organism_identity/private.pem
|
|
xml_pipeline/config/*.signed.xml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# OS
|
|
Thumbs.db
|
|
.DS_Store
|