| name | python-project-template-project-structure-generated |
| description | Sub-skill of python-project-template: Project Structure Generated. |
| version | 1.0.0 |
| category | development |
| type | reference |
| scripts_exempt | true |
Project Structure Generated
Project Structure Generated
my-project/
├── pyproject.toml # Project configuration
├── README.md # Project documentation
├── AGENTS.md # AI agent instructions
├── .gitignore # Git ignore patterns
├── .python-version # Python version
├── src/
│ └── my_project/
│ ├── __init__.py # Package init
│ └── core.py # Core module
├── tests/
│ ├── __init__.py
│ ├── conftest.py # pytest fixtures
│ └── test_core.py # Example test
├── config/
│ └── settings.yaml # Configuration
├── scripts/
│ └── run.sh # Execution script
├── docs/
│ └── README.md # Documentation index
├── data/
│ ├── raw/ # Raw data
│ └── processed/ # Processed data
├── reports/ # Generated reports
└── .agent-os/
└── product/
├── mission.md # Project mission
└── tech-stack.md # Technology stack