.gitignore
.ppignore.example
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.idea/.gitignore
.idea/ProjPack.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/profiles_settings.xml
Structure/ProjPack Project Structure.pdf
projpack/__init__.py
projpack/cli.py
projpack/core.py
projpack/file_handler.py
projpack/ignore_parser.py
projpack.egg-info/PKG-INFO
projpack.egg-info/SOURCES.txt
projpack.egg-info/dependency_links.txt
projpack.egg-info/entry_points.txt
projpack.egg-info/requires.txt
projpack.egg-info/top_level.txt
projpack/__pycache__/__init__.cpython-311.pyc
projpack/__pycache__/cli.cpython-311.pyc
projpack/__pycache__/core.cpython-311.pyc
projpack/__pycache__/file_handler.cpython-311.pyc
projpack/__pycache__/ignore_parser.cpython-311.pyc