Add LICENSE and README and .gitignore files

This commit is contained in:
2025-02-14 11:43:58 -08:00
parent db84346849
commit 286b80770e
3 changed files with 165 additions and 0 deletions

57
.gitignore vendored Normal file
View File

@@ -0,0 +1,57 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
dist/
build/
*.egg-info/
# Virtual environments
venv/
env/
ENV/
.env
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pytest
.pytest_cache/
# Local development settings
*.env
.env.local
.env.*.local
# Log files
*.log