# Git
.git
.gitignore
.github

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

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

# Documentation (not needed in container)
*.md
!README.md
docs/

# Configuration (should be mounted at runtime)
.env
.env.*
ansible_hosts.yml
PROJECT_INSTRUCTIONS.md
CLAUDE.md

# Helpers (not needed for docker/ping servers)
helpers/

# Examples
*.example.*
.env.example
ansible_hosts.example.yml

# Tests
tests/
test_*
*_test.py

# CI/CD
.github/
CI_CD_CHECKS.md

# Security docs (already in README)
SECURITY.md
CONTEXT_AWARE_SECURITY.md
CONTRIBUTING.md
CHANGELOG.md
