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

# pytest cache
.pytest_cache/

# Virtual environments
venv/
.venv/
env/

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

# OS
.DS_Store
Thumbs.db
.agents/*
!.agents/skills/
.agents/skills/*
!.agents/skills/custom-codereview-guide.md

# uv lock file (no application code in this repo)
uv.lock

# npm pack artifacts (also keeps stray tarballs out of the published package)
*.tgz
