# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
venv/
.venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Environment & secrets
.env
.env.*
!.env.example
*.inalign.env
customers.json
*.pem
*.key

# OS
.DS_Store
Thumbs.db

# Test & coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Build artifacts
*.whl
*.tar.gz

# Demo/export files
audit_export-*.json
certificate_*.html
proof_export-*.json

# Proprietary / closed-source modules
src/inalign_mcp/ontology.py
src/inalign_mcp/ontology_security.py
