# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Runtime logs and local process output
nohup.out
*.log

# Virtual environments
.venv
.env
*.env

# Jupyter artifacts
.ipynb_checkpoints/
lab/

# Local caches
.cache/

# Local AceAI user config and secrets
.aceai/
.agents/

# Project release skill
!.agent/skills/aceai-release/
!.agent/skills/aceai-release/**
