.gitignore
.mdformat.toml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/work-item.md
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
.github/workflows/title.yaml
ape_cairo/__init__.py
ape_cairo/compiler.py
ape_cairo/py.typed
ape_cairo/version.py
ape_cairo.egg-info/PKG-INFO
ape_cairo.egg-info/SOURCES.txt
ape_cairo.egg-info/dependency_links.txt
ape_cairo.egg-info/not-zip-safe
ape_cairo.egg-info/requires.txt
ape_cairo.egg-info/top_level.txt
tests/__init__.py
tests/ape-config.yaml
tests/conftest.py
tests/test_compile.py
tests/contracts/Account.cairo
tests/contracts/Storage.cairo
tests/contracts/UseDependency.cairo
tests/contracts/namespace0/library.cairo
tests/contracts/namespace1/library.cairo
tests/contracts/openzeppelin/account/library.cairo
tests/contracts/openzeppelin/introspection/erc165/library.cairo
tests/contracts/openzeppelin/upgrades/library.cairo
tests/contracts/openzeppelin/utils/constants/library.cairo
tests/dependency/src/dependency/Dependency.cairo