xml-pipeline/.gitignore
2025-12-25 21:52:36 -08:00

24 lines
241 B
Text

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
# Secrets & config
agentserver/config/organism_identity/private.pem
agentserver/config/*.signed.xml
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
Thumbs.db
.DS_Store