# 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
!src/mcp_server_for_oscal/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