# Git
.git
.gitignore

# Python virtual environments
.venv/
venv/
env/
__pycache__/
*.py[cod]
*.egg-info/

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

# Testing & CI caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.nox/

# Build artifacts
build/
dist/
*.egg

# Documentation
docs/_build/
*.md
!README.md

# Development files
*.log
talos_mcp_audit.log
test_connection.py

# Security - never include in image
*.pem
*.key
*.crt
talosconfig
.talos/

# macOS
.DS_Store
._*

# Project artifacts
PROJECT_STRUCTURE.txt

# Docker context optimization - not needed in image
.git/
.github/
docker-compose*.yml
Makefile
*.md
!README.md
