file
A single loose file that lives outside of code packages.
Files are placed directly in archives, outside of code artifacts such as Python wheels or JVM JARs. The sources of a file
target are accessed via filesystem APIs, such as Python's open()
, via paths relative to the repository root.
Backend: pants.core