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

# Version file (auto-generated by hatch-vcs)
src/agent_caster/_version.py

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

# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
*.py,cover
.pytest_cache/

# Environments
.env
.venv
env/
venv/

# Ruff
.ruff_cache/

# mypy / pyright
.mypy_cache/
.dmypy.json
.pytype/
pyrightconfig.json

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

# OS
.DS_Store
Thumbs.db
