Initial upload: DataForge CLI with full documentation and tests

This commit is contained in:
2026-02-03 04:17:02 +00:00
parent 4627eda4df
commit 7851540fab

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Python
__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
MANIFEST
# Virtual Environment
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Coverage
.coverage
htmlcov/
# mypy
.mypy_cache/
.pytest_cache/