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

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

# Environment variables and credentials
.env
.env.local
*.key
*.pem
secrets.json

# Generated config files with credentials
claude_config_generated.json
*_config_with_credentials.json

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# Test outputs
test_output/
