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

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

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.cover

# Ruff / Linting
.ruff_cache/
.mypy_cache/

# Environment
.env
.env.local
*.local

# Logs
*.log
logs/

# Docker
.docker/

# OS
.DS_Store
Thumbs.db

# Agent Memory (local)
.agent_memory/

# Temporary
tmp/
temp/
*.tmp

# Jupyter
.ipynb_checkpoints/
