feat: add project structure with placeholder files
Co-authored-by: aider (openai/unsloth/Qwen3-Coder-Next) <aider@aider.chat>
This commit is contained in:
4
config/settings.json
Normal file
4
config/settings.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"app_name": "Leclerc Ticket Analyzer",
|
||||||
|
"version": "1.0.0"
|
||||||
|
}
|
||||||
1
docs/api.md
Normal file
1
docs/api.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# API Documentation
|
||||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Python dependencies
|
||||||
1
src/main.py
Normal file
1
src/main.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Main entry point for Leclerc Ticket Analyzer
|
||||||
1
src/models/ticket.py
Normal file
1
src/models/ticket.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Ticket model definition
|
||||||
1
src/utils/helpers.py
Normal file
1
src/utils/helpers.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Utility helper functions
|
||||||
1
tests/test_main.py
Normal file
1
tests/test_main.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Tests for main functionality
|
||||||
1
tests/test_utils/test_helpers.py
Normal file
1
tests/test_utils/test_helpers.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Tests for helper functions
|
||||||
Reference in New Issue
Block a user