# Secrets — never publish
.env
.env.*
!.env.example
*.pem
*.key

# Python
.venv/
venv/
__pycache__/
*.pyc
*.pyo
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# IDE / editor noise
.vscode/
.idea/
*.swp
*.swo

# OS noise
.DS_Store
Thumbs.db

# Personal AI / agent state (never publish)
.claude/
.cursor/
.aider*
CLAUDE.md

# Local config (users should never commit theirs)
opencart-cli-config.yaml
