# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
*.whl

# Virtual environments
.venv/
venv/
env/
.env

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
coverage/
htmlcov/
*.coverage
*.coverage.*

# Ruff
.ruff_cache/

# Project specific
*.docx
output/
tmp_whl/
test_output.txt
.pimd_write_test
