Files
mcp-synology-container/.gitignore
T
2026-04-13 14:22:37 +02:00

20 lines
206 B
Plaintext

# Dependencies
.venv/
# Build
dist/
*.egg-info/
# Python
__pycache__/
*.pyc
*.pyo
# Tools
.ruff_cache/
.pytest_cache/
.python-version
# Reference material (not part of this project's source)
reference/