AGENTS.md
CLAUDE.md
requirement.md
.claude
IMP.md
next.md
*.pdf
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv/

# uv
uv.lock

# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.coverage.*

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

# OS
.DS_Store
Thumbs.db