MCP Filesystem Python
by punkpeye
Verified
# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build output
build/
dist/
*.tsbuildinfo
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Test coverage
coverage/
# Environment variables
.env
.env.local
.env.*.local
# Temporary files
*.tmp
*.temp
.cache/