# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Secrets & credentials
.env
.env.*
*.pem
*.key
.pypirc
credentials.json
secrets.json

# Testing
.pytest_cache/
.coverage
htmlcov/

# Kiro MCP Manager - Sensitive configuration files
.kiro/settings/
