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

# Virtual environments
.venv

# Local worktrees
.worktrees/

# Local developer preferences and repeated decisions
/DECISIONS.md

# hatch version info
src/flake8_agents/_version.py

# macos
.DS_Store

# code coverage
.coverage
htmlcov/

# logs
*.log

# notebook
*.ipynb

# secrets
*.pem