generated from Templates/Docker_Image
feat: initial release, refs NOISSUE
This commit is contained in:
23
test-project/test/TestApp/.gitignore
vendored
Normal file
23
test-project/test/TestApp/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.env
|
||||
.venv/
|
||||
node_modules/
|
||||
.env
|
||||
build/
|
||||
dist/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
.git
|
||||
11
test-project/test/TestApp/README.md
Normal file
11
test-project/test/TestApp/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# TestApp
|
||||
|
||||
A test application
|
||||
|
||||
## Features
|
||||
- feature1
|
||||
- feature2
|
||||
|
||||
## Tech Stack
|
||||
- python
|
||||
- fastapi
|
||||
2
test-project/test/TestApp/main.py
Normal file
2
test-project/test/TestApp/main.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# Generated by AI Software Factory
|
||||
print('Hello, World!')
|
||||
23
test-project/test/test-project/.gitignore
vendored
Normal file
23
test-project/test/test-project/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.env
|
||||
.venv/
|
||||
node_modules/
|
||||
.env
|
||||
build/
|
||||
dist/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
.git
|
||||
11
test-project/test/test-project/README.md
Normal file
11
test-project/test/test-project/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# test-project
|
||||
|
||||
Test project description
|
||||
|
||||
## Features
|
||||
- feature-1
|
||||
- feature-2
|
||||
|
||||
## Tech Stack
|
||||
- python
|
||||
- fastapi
|
||||
2
test-project/test/test-project/main.py
Normal file
2
test-project/test/test-project/main.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# Generated by AI Software Factory
|
||||
print('Hello, World!')
|
||||
23
test-project/test/test/.gitignore
vendored
Normal file
23
test-project/test/test/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.env
|
||||
.venv/
|
||||
node_modules/
|
||||
.env
|
||||
build/
|
||||
dist/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
.git
|
||||
7
test-project/test/test/README.md
Normal file
7
test-project/test/test/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Test
|
||||
|
||||
Test
|
||||
|
||||
## Features
|
||||
|
||||
## Tech Stack
|
||||
2
test-project/test/test/main.py
Normal file
2
test-project/test/test/main.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# Generated by AI Software Factory
|
||||
print('Hello, World!')
|
||||
Reference in New Issue
Block a user