# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environments
.venv/

# IDE
.idea/
.vscode/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store

# Beads (local task tracker)
.beads/

# Activity logs (automation scripts)
logs/
!logs/.gitkeep

# User entity workspace (created by fyr init)
entities/
