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

# Virtual environments
venv/
env/
.env

# IDEs
.idea/
.vscode/
*.swp

# OS files
.DS_Store
Thumbs.db
desktop.ini

# MedKit specific
cli_*.txt
test_results_raw.txt
*.csv
*.json
!package.json
!tsconfig.json

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
