- .coverage - htmlcov/ - .pytest_cache/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
36 lines
339 B
Plaintext
36 lines
339 B
Plaintext
# Separate projects
|
|
api/
|
|
|
|
# Certificates and secrets
|
|
certs/
|
|
conf/mcp-token.env
|
|
mcp/.env
|
|
*.env
|
|
|
|
# Server configuration (contains IPs)
|
|
conf/servers.json
|
|
conf/domains.map
|
|
|
|
# Runtime data
|
|
run/
|
|
data/
|
|
*.state
|
|
*.lock
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Claude Code
|
|
.claude/
|