# Python cache and virtual environments
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Environment files (should be set in Northflank)
.env
.env.*
!.env.example

# Tests and development files
tests/
test_*.py
pytest.ini
.coverage
htmlcov/
*.log

# Documentation
*.md
!README.md
docs/

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

# Git
.git/
.gitignore
.gitattributes

# Build artifacts
build/
dist/
*.egg-info/
uv.lock

# OS files
.DS_Store
Thumbs.db

# Keys (should be mounted or set via secrets)
keys/*.pem
keys/*.key

# Scripts (not needed in production)
scripts/

# Configuration files not needed in production
openapitools.json
openapi-generator-config.json
CLAUDE_DESKTOP_SETUP.md
MCP_MIGRATION_STATUS.md
