Files
finn-mcp/.gitignore
T
2026-05-16 06:54:17 +00:00

33 lines
277 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Virtualenvs
.venv/
venv/
# uv
# uv.lock
# Env
.env
.env.local
# Data/cache
data/*.sqlite
data/*.sqlite-*
data/*.db
data/*.db-*
# Editor
.DS_Store
.idea/
# Logs
*.log