# Development environment files
\.idea

# Python bytecode files
__pycache__

# Files generated by setuptools
npap.egg-info

# Virtual environment folder
/venv
/.venv

# Data folders
/npap/data

# Distribution files
/dist

# Coverage files
test/coverage_annotated
test/htmlcov
.coverage

# Documentation build output (generated by Sphinx)
docs/_build/

# Auto-generated API documentation
docs/api/generated/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# pytest cache
.pytest_cache/

# mypy cache
.mypy_cache/

# ruff cache
.ruff_cache/

# OS files
.DS_Store
Thumbs.db

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

# Claude files
CLAUDE.md
.claude/
