# artifact project settings
# Note: {cwd} == current directory of THIS file
# {repo} == directory of the `.art` file
# directories containing artifact toml files
= [
"{repo}/design",
"{repo}/file.toml",
]
= [
"{repo}/design/excluded.toml",
"{repo}/design/excluded",
]
# directories containing code that has artifact links
= [
"{repo}/src",
"{repo}/file.py",
]
# directories to exclude when searching through code
= [
"{repo}/src/excluded.py",
"{repo}/src/excluded",
]