.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
aznuke.spec
cli_entry.py
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
test_animation.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/post-create.sh
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/homebrew.yml
aznuke/__init__.py
aznuke/__main__.py
aznuke/_version.py
aznuke/cli.py
aznuke.egg-info/PKG-INFO
aznuke.egg-info/SOURCES.txt
aznuke.egg-info/dependency_links.txt
aznuke.egg-info/entry_points.txt
aznuke.egg-info/requires.txt
aznuke.egg-info/top_level.txt
aznuke/config/exclusions.yaml
aznuke/core/__init__.py
aznuke/src/__init__.py
aznuke/src/animations.py
aznuke/src/auth.py
aznuke/src/deletion.py
aznuke/src/dependencies.py
aznuke/src/discovery.py
aznuke/src/filtering.py
aznuke/src/safety.py
config/exclusions.yaml
docs/api.md
docs/configuration.md
docs/contributing.md
docs/index.md
docs/installation.md
docs/usage.md
homebrew/aznuke.rb
scripts/build.sh
scripts/release.sh
src/__init__.py
src/animations.py
src/auth.py
src/deletion.py
src/dependencies.py
src/discovery.py
src/filtering.py
src/safety.py
tests/__init__.py
tests/conftest.py
tests/test_animations.py
tests/test_cli.py
tests/test_deletion.py
tests/test_discovery.py
tests/test_filtering.py
tests/test_safety.py