NLP-Assistant / .gitignore
zykrix
Initial commit
4a86a4b
raw
history blame contribute delete
180 Bytes
# Ignore virtual environment
myenv/
# Ignore assets folder (optional, if not needed in deployment)
assets/
# Ignore Python cache
modules/__pycache__/
__pycache__/
*.py[cod]
*.pyo