add files

This commit is contained in:
김경종
2026-04-30 17:05:19 +09:00
parent f3e01b5a8c
commit 7e985ae94a
135 changed files with 41205 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Python environments and caches
venv/
.venv/
.models/
__pycache__/
*.py[cod]
# Test and build artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
*.egg-info/
# Conversion outputs
output/
# Local environment files
.env
*.env