MyPracticeJupyterLab/venv/.gitignore
2026-05-07 19:48:46 +03:00

10 lines
90 B
Plaintext

venv/
__pycache__/
*.pyc
.ipynb_checkpoints/
.DS_Store
*.so
*.egg
*.egg-info/
dist/
build/