4laba/.gitignore

20 lines
193 B
Plaintext

# Virtual environment
myenv/
env/
# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints
# Python
__pycache__/
*.py[cod]
*$py.class
# DS_Store
.DS_Store
# IDE
.vscode/
.idea/.ipynb_checkpoints/