Files
maze-ml/.gitignore

10 lines
69 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
*.egg-info/
dist/
build/