Initial upload: Project Scaffold CLI with multi-language templates and CI/CD

This commit is contained in:
2026-02-05 11:01:13 +00:00
parent cd9f0685c1
commit d28fcf1b07

63
.gitignore vendored Normal file
View File

@@ -0,0 +1,63 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
venv/
ENV/
env/
.venv/
.idea/
.vscode/
*.swp
*.swo
*~
.pydevproject
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
logs/
*.log
*.db
*.sqlite
*.sqlite3
workspace/
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.docker/
tmp/
temp/
*.tmp
*.temp
*.pem
*.key
secrets/
*.readme_generated
.readme_cache/