# --- Secrets / local config ---
.env
.env.*
*.env
*.key
*.pem
*.p12
*.pfx
*.crt
*.cer
*.der
*.jks
credentials.json
secrets*.json
*secret*
*token*

# Local user config produced by this CLI (default: ~/.ai302)
# Kept here in case user overrides AI302_CONFIG_DIR into the repo
.ai302/
**/.ai302/
**/history.jsonl
**/tasks/
**/config.json

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.pytype/
.ruff_cache/
.pyre/

# Virtual environments
.venv/
venv/
ENV/

# Build / packaging
build/
dist/
*.egg-info/
.eggs/

# Jupyter
.ipynb_checkpoints/

# IDEs / editors
.vscode/
.idea/
*.iml

# OS files
.DS_Store
Thumbs.db

# Claude Code / local tooling
.claude/
.env
.env.*
!.env.example

__pycache__/
*.py[cod]
*.pyo
*.pyd

.venv/
venv/

.idea/
.vscode/

*.log

.claude
