# 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
.ruff_cache/

# Virtual Environment
.venv/
venv/
ENV/
env/

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

# Testing
.tox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Project specific
llm-context.md
test-output.md
*.md.bak
.llm-context/
backlog/
.claude/
.devcontainer/
.test_data/
.scratchpad/
.llmd/
.test_project
.setup.sh

# OS
.DS_Store
Thumbs.db
*.log

# Docs
docs/archive
docs/context
docs/contexts