# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# nbdev
/_docs/
/docs/_proc/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Distribution
dist/
*.whl
*.tar.gz

# IDE
.vscode/
.idea/
*.swp

# macOS
.DS_Store

# Secrets
.env
*.env

# Local reference material (not part of the library)
KnowledgeBase/
