# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Ambientes virtuais
venv/
env/
ENV/
.venv

# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Logs e estado do agente
logs/
*.log
cb_state_*.json
ml_history_*.json

# Jupyter Notebooks
.ipynb_checkpoints/
*.ipynb

# Configurações sensíveis
.env
config_secrets.json
