# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
.venv/
venv/
ENV/
env/
.python-version

# Dependency management
uv.lock
Pipfile.lock
poetry.lock

# IDE
.vscode/settings.json
.vscode/launch.json
.idea/
*.swp
*.swo
*~

# Cache
.cache/
*.cache
__fedramp_cache__/
__cve_cache__/

# OS
.DS_Store
Thumbs.db
*.bak

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

# Evaluation reports (generated)
tests/evaluator/reports/*.json
tests/evaluator/reports/*.html
tests/evaluator/reports/*.md
!tests/evaluator/reports/README.md

# Environment variables
.env
.env.local

# MCP Registry tokens
.mcpregistry_registry_token
.mcpregistry_github_token

# Build artifacts
*.whl
*.tar.gz


#Ignore vscode AI rules
.github\instructions\codacy.instructions.md
