# Make targets
/done/*.done

# Make build
/build/
/dist/
/src/ansible_collection_path/_version_scm.py
/src/*.egg-info/
/MANIFEST
/MANIFEST.in

# Make checks
__pycache__/
/.pytest_cache/
/.ruff_cache/
/htmlcov/
/.coverage

# Other
*.swp
.DS_Store
/try/
*.log
*.tmp
