# Frontend directory (not needed for backend build)
wistx-ui-mcp/

# Node modules
node_modules/
**/node_modules/

# Build artifacts
.next/
dist/
build/
*.log

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
.venv/
venv/
env/

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Test files
tests/
*.test.py
*_test.py

# Documentation
docs/
*.md
!README.md

# Terraform
wistx-terraform/
*.tf
*.tfvars
*.tfstate
*.tfstate.backup

# Logs
*.log
logs/
downloaded-logs-*.json

# Coverage
htmlcov/
.coverage
coverage.xml

# Misc
.git/
.gitignore
.cursorignore

