23 lines
237 B
Plaintext
23 lines
237 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Artifacts and models
|
|
artifacts/
|
|
*.joblib
|
|
|
|
# Large data files
|
|
data/*.csv
|