Use __file__-based path resolution for envelope.xsd so the schema loads correctly when xml-pipeline is installed via pip. Also: - Add build artifacts to .gitignore - Bump version to 0.3.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
35 lines
340 B
Text
35 lines
340 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
ENV/
|
|
|
|
# Build artifacts
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# 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
|