mcpmc/.gitignore
Ryan Malloy 9786b2967f Initial project setup with Docker Compose, FastAPI/FastMCP backend, Astro frontend
- Set up complete project structure with separate backend/frontend
- Docker Compose with development/production modes
- Python backend with FastAPI, FastMCP, and Procrastinate task queue
- Astro frontend with Tailwind CSS and Alpine.js
- Makefile for easy project management
- Proper hot-reload setup for both services
- Caddy reverse proxy integration ready
2025-09-09 03:52:00 -06:00

94 lines
800 B
Plaintext

# Dependencies
node_modules/
.pnpm-debug.log*
.npm/
# 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.local
.env.production
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Docker
.dockerignore
# Database
*.sqlite
*.sqlite3
*.db
# Build outputs
dist/
.output/
.astro/
# Test outputs
reports/
coverage/
.coverage
.pytest_cache/
.cache/
# Temporary files
tmp/
temp/
*.tmp
# Backup files
backups/
*.bak
*.backup
# uv
.python-version