# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
build/
dist/
*.egg-info/

# Logs and temp files
*.log
*.tmp
*.swp

# IDE and editor settings
.idea/
.vscode/

# OS generated files
.DS_Store
Thumbs.db

# Jupyter notebooks checkpoints
.ipynb_checkpoints/

# Local data and large assets
data/
**/data/
*.mp4
*.mp3
*.wav

*.jpg
*.jpeg
*.pdf

# Secrets and credentials
.env
.env.*

# Cache directories
.pytest_cache/
.mypy_cache/
.coverage

/cache/
/agentic_memory_store/
/ark/
/live2d/
*openai-**/
*agentscope-**/
*cursor/

pyagent/data/
pyagent/tts/test_outputs/
pyagent/tts/tts_cache/

pyagent/examples/
pyagent/tests/
