# Internal checklists
PYPI_CHECKLIST.md

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

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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Internal reference docs (not for public repo)
docs/

# Logs
*.log
parry.log

# Test / Coverage
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
GROWTH_ROADMAP.md
