# Peru artifact directories
/build
/private
/.hatch

# Python
*.egg-info/
__pycache__/
.coverage*
.ruff_cache
.pytest_cache
.mypy_cache
.venv
/htmlcov

#VSCode
.vscode
*.code-workspace
.kiro/settings

.env
*.zip
!data/component_definitions/*.zip

# Don't add OSCAL schemas to the repo since we'll download and extract them during build process.
# **/oscal_schemas/*.json
# **/oscal_schemas/*.xsd

# Auto-generated by hatch plugin at build time
_version.py

# Mac OS
.DS_Store

# Hypothesis
.hypothesis/
MagicMock
examples
# don't need this in repo because it's fetched fresh by the build process
data/oscal_docs/OSCAL-Pages-main
oscal_store.db
# this specific hash file is excluded because DB build script creates it at build time
src/mcp_server_for_oscal/hashes.json