mirror of
https://github.com/Ladebeze66/llm_ticket3.git
synced 2025-12-13 10:46:51 +01:00
28 lines
250 B
Plaintext
28 lines
250 B
Plaintext
# Environnement virtuel
|
|
venv/
|
|
env/
|
|
ENV/
|
|
venv_new/
|
|
#utils/
|
|
#output/
|
|
|
|
|
|
*.yml
|
|
*.yaml
|
|
*.config
|
|
|
|
# Fichiers compilés Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Logs
|
|
#*.log
|
|
|
|
# Local configuration
|
|
.env |