Metadata-Version: 2.1
Name: directure
Version: 0.1.0
Summary: A tool to explore and visualize directory structures
Home-page: https://github.com/yourusername/directure
Author: Your Name
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Directure

**Directure** is a Python tool that helps you explore and visualize directory structures. It provides options to print the directory structure and the content of files, as well as the ability to selectively explore certain directories in depth.

## Features

- Visualize the directory structure with indentation.
- Option to selectively explore certain directories.
- Print directory structure and optionally write it to a file.
- Ignore specific files or directories like virtual environments, cache files, and `.git`.
  
## Installation

You can install Directure using `pip`:

```bash
pip install directure
