diff --git a/.env_example b/.env_example deleted file mode 100644 index 6126cea..0000000 --- a/.env_example +++ /dev/null @@ -1,16 +0,0 @@ -# Basecamp OAuth Application Credentials -# Create your OAuth app at: https://launchpad.37signals.com/integrations -BASECAMP_CLIENT_ID=your_client_id_here -BASECAMP_CLIENT_SECRET=your_client_secret_here -BASECAMP_REDIRECT_URI=http://localhost:8000/auth/callback - -# Basecamp Account Information -# Find this in your Basecamp 3 URL: https://3.basecamp.com/4389629/projects (the number is your account ID) -BASECAMP_ACCOUNT_ID=your_account_id_here - -# User Agent (required by Basecamp API) -USER_AGENT="Your App Name (your@email.com)" - -# Application Secrets -FLASK_SECRET_KEY=your_random_secret_key_here -MCP_API_KEY=your_random_api_key_here \ No newline at end of file diff --git a/.gitignore b/.gitignore index 68ebb5e..2044dce 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,12 @@ oauth_tokens.json Icon ._* +# Testing +.pytest_cache/ + +# Claude Code +.claude/ + # Project specific unused/ icons/