Files
basecamp-mcp-server/.gitignore
George Antonopoulos 4e466c20da Add card table functionality to Basecamp client and MCP server CLI
- Implement methods for managing card tables and columns in BasecampClient.
- Add corresponding tools in MCP server CLI for card table operations.
- Update README with new card table tools and usage examples.
- Create example script demonstrating card table API usage.
- Add unit tests for card table functionality.
2025-06-26 22:34:01 +01:00

62 lines
547 B
Plaintext

# Virtual Environment
venv/
env/
ENV/
# 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
# Logs
*.log
logs/
# Sensitive data
oauth_tokens.json
.env
.flaskenv
# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
# Project specific
unused/
icons/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Composio integration files
composio_client_example.py
*composio*
.composio/
.env
card_table_implementation.md
card-tables-docs.md