Airtable MCP

by rashidazarang
Verified
MIT License
122
6
  • Apple
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Node.js node_modules/ npm-debug.log yarn-debug.log yarn-error.log lerna-debug.log .pnpm-debug.log .npm .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # Logs logs *.log # OS specific .DS_Store .AppleDouble .LSOverride Thumbs.db ehthumbs.db Desktop.ini # IDEs and editors .idea/ .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json *.sublime-project *.sublime-workspace # Personal tokens and secrets *.pem *.key *.env secrets.json # Local temp/ tmp/ .cache/ # Runtime data *.pid *.seed *.pid.lock # Environment variables .env.*