*.pyc

# uv
.python-version
uv.lock
__pycache__/
*.egg-info/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
*.log
tests/test_output/
tests/downloaded_uids.txt

# Temporary test data
test_*.dcm
test_dicom/

# Build artifacts
dist/
build/
*.whl
*.tar.gz

# Generated version file
cfmm2tar/_version.py

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

# Pre-commit
.pre-commit-config.yaml.backup

