# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/

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

# Config
.env
*.key
*.pem
*.secret

# Git
.git/
.gitignore

# Neo specific
.neo/
exemplars/
*.log

# Documentation (not needed in container)
INSTALL.md
claude_code_integration.md

# Test files (optional - remove if you want tests in container)
test_neo.py
example.py