ft_linear_regression/.dockerignore
2025-02-22 16:16:01 +01:00

19 lines
310 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ignorer le dossier Git et les fichiers de versioning
.git/
.gitignore
# Ignorer les fichiers Python temporaires
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignorer lenvironnement virtuel (si jamais recréé)
venv/
ftline/
# Ignorer les fichiers générés
model.npy
data/data.normalized.csv
ft_linear_subject.pdf