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

# Virtual env
.venv/
venv/
env/

# uv
.uv/

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# mypy / ruff
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Tool dirs
.claude/
.qodo/

# Project-specific
fixtures/squawk_stderr.log

# Local launch/marketing drafts — never commit or package these
marketing/
