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

# C extensions
*.so

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/

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

# Environment / secrets
.env
.env.*
!.env.example

# Node
node_modules/

# Backup files
*.bak

# AgentCrops runtime output
output/

# AgentCrops local config (contains secrets — DO NOT commit)
.agentcrops/settings.local.toml
.agentcrops/workspace.json
.agentcrops/permissions.json

MagicMock/
# Legacy path
.agentcrops.local.toml

# OS
Thumbs.db
