Files
Comparison_Project/.gitignore
2026-08-07 13:51:58 +05:30

23 lines
204 B
Plaintext

# Python
app/__pycache__/
*.pyc
*.pyo
*.pyd
*.__pycache__
# Ingnor upload files
app/static/uploads/
# Ignore env files
venv
# Ignore Log files
logs/
logs/app.log
logs/debug.log
logs/error.log
*.log