Files
md2gost/.gitignore
T
Arseny 9e1d5c3c7e Init
2026-07-15 22:30:56 +03:00

16 lines
155 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv
# Build dir
build/