.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/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
ape_vyper/__init__.py
ape_vyper/compiler.py
ape_vyper/exceptions.py
ape_vyper/version.py
ape_vyper.egg-info/PKG-INFO
ape_vyper.egg-info/SOURCES.txt
ape_vyper.egg-info/dependency_links.txt
ape_vyper.egg-info/not-zip-safe
ape_vyper.egg-info/requires.txt
ape_vyper.egg-info/top_level.txt
tests/__init__.py
tests/ape-config.yaml
tests/conftest.py
tests/test_ape_reverts.py
tests/test_compiler.py
tests/test_coverage.py
tests/ExampleDependency/contracts/Dependency.vy
tests/contracts/failing_contracts/contract_undeclared_variable.vy
tests/contracts/failing_contracts/contract_unknown_pragma.vy
tests/contracts/passing_contracts/contract_no_pragma.vy
tests/contracts/passing_contracts/contract_with_dev_messages.vy
tests/contracts/passing_contracts/empty.vy
tests/contracts/passing_contracts/erc20.vy
tests/contracts/passing_contracts/non_payable_default.vy
tests/contracts/passing_contracts/older_version.vy
tests/contracts/passing_contracts/optimize_codesize.vy
tests/contracts/passing_contracts/payable_default.vy
tests/contracts/passing_contracts/pragma_with_space.vy
tests/contracts/passing_contracts/use_iface.vy
tests/contracts/passing_contracts/use_iface2.vy
tests/contracts/passing_contracts/DirectoryWithExtension.vy/README.md
tests/contracts/passing_contracts/interfaces/IFace.vy
tests/contracts/passing_contracts/interfaces/IFace2.vy
tests/contracts/passing_contracts/interfaces/IRegistry.vy
tests/contracts/passing_contracts/interfaces/ISubReverts.vy
tests/contracts/templates/contract.template
tests/contracts/templates/registry.template
tests/contracts/templates/reverts.template
tests/contracts/templates/sub_reverts.template
tests/contracts/templates/traceback_contract.template
tests/projects/coverage_project/README.md
tests/projects/coverage_project/ape-config.yaml
tests/projects/coverage_project/contracts/coverage_test.vy
tests/projects/coverage_project/contracts/exclude_part_of_contract.vy
tests/projects/coverage_project/contracts/exclude_whole_contract.vy
tests/projects/coverage_project/tests/conftest.py
tests/projects/coverage_project/tests/test_coverage.py
tests/projects/version_in_config/ape-config.yaml
tests/projects/version_in_config/contracts/v_contract.vy