LICENSE
README.md
pyproject.toml
src/hamidrezam/__init__.py
src/hamidrezam/__main__.py
src/hamidrezam/exceptions.py
src/hamidrezam/py.typed
src/hamidrezam/version.py
src/hamidrezam.egg-info/PKG-INFO
src/hamidrezam.egg-info/SOURCES.txt
src/hamidrezam.egg-info/dependency_links.txt
src/hamidrezam.egg-info/entry_points.txt
src/hamidrezam.egg-info/requires.txt
src/hamidrezam.egg-info/top_level.txt
src/hamidrezam/cli/__init__.py
src/hamidrezam/cli/commands.py
src/hamidrezam/cli/main.py
src/hamidrezam/config/__init__.py
src/hamidrezam/config/loader.py
src/hamidrezam/config/models.py
src/hamidrezam/core/__init__.py
src/hamidrezam/core/backup.py
src/hamidrezam/core/manifest.py
src/hamidrezam/core/restore.py
src/hamidrezam/core/scanner.py
src/hamidrezam/core/statistics.py
src/hamidrezam/core/verifier.py
src/hamidrezam/filters/__init__.py
src/hamidrezam/filters/base.py
src/hamidrezam/filters/engine.py
src/hamidrezam/filters/rules.py
src/hamidrezam/formats/__init__.py
src/hamidrezam/formats/base.py
src/hamidrezam/formats/zip.py
src/hamidrezam/profiles/__init__.py
src/hamidrezam/profiles/ai.py
src/hamidrezam/profiles/base.py
src/hamidrezam/profiles/detector.py
src/hamidrezam/profiles/frontend.py
src/hamidrezam/profiles/generic.py
src/hamidrezam/profiles/node.py
src/hamidrezam/profiles/php.py
src/hamidrezam/profiles/python.py
src/hamidrezam/security/__init__.py
src/hamidrezam/security/archive.py
src/hamidrezam/utils/__init__.py
src/hamidrezam/utils/hashing.py
src/hamidrezam/utils/paths.py
src/hamidrezam/utils/sizes.py