Rhodham96's picture
changed format of columns
6267f13
raw
history blame contribute delete
141 Bytes
# Ignore Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore virtualenv folder (à adapter selon ton env)
env/
venv/
.machine_learning/