# Python
__pycache__/
*.py[cod]
*$py.class

# Environments
.env
.venv
venv/

# IDE
.vscode/
.idea/

# Build
dist/
*.egg-info/

# Cache
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage
.coverage
coverage*.json
htmlcov/

# Claude / AI tooling
.claude/
CLAUDE.md

# Temporary / exploration
tmp_*/
/data/
nul

# External / unrelated
AgronomiaBR-Reddit/

# Planning docs (local only)
*_role.md
*_ecosystem_report.md
*_implementacao.md
*_mapping.md
*_roadmap*.md
*_extraction.md
auditoria_*.md

# One-off scripts
_*.py
!agrobr/**/_*.py
!tests/**/__init__.py
probe_functions.py
