AutoExamGen / .gitignore
Omnamdev02's picture
Update .gitignore
e854522 unverified
raw
history blame contribute delete
763 Bytes
# ===============================
# Python cache & compiled files
# ===============================
__pycache__/
*.pyc
*.pyo
*.pyd
# ===============================
# Virtual environments
# ===============================
venv/
env/
.venv/
# ===============================
# Environment variables
# ===============================
.env
# ===============================
# Flask
# ===============================
instance/
# ===============================
# Jupyter / NLP experiments
# ===============================
.ipynb_checkpoints/
# ===============================
# OS files
# ===============================
.DS_Store
Thumbs.db
# ===============================
# Project generated files
# ===============================
generated_questions.json