Files
machine-learning/.gitignore
T

44 lines
425 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
build/
dist/
*.log
# pyenv
.python-version
# dotenv
.env
# virtualenv
.venv/
venv/
ENV/
# VSCode settings
.vscode
# IDEA files
.idea
# OSX dir files
.DS_Store
# Sublime Text settings
*.sublime-workspace
*.sublime-project
# History
.history
# test files
homework_01_python/**/test/
.ipynb_checkpoints