Initial upload: PatternForge CLI tool with pattern detection and boilerplate generation
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 22:25:56 +00:00
parent 441c90f4f5
commit 67ad8d3165

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.py,cover
*.cover
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
*.log
.local
.mypy_cache/
.ruff_cache/
.pytype/
*.egg-info/
dist/
build/
*.tar.gz
.tgz