examide / .gitignore
Mananjp's picture
feat: Complete ExamIDE with test cases, auto-judging, scoring, PDF reports, room expiry & Docker
092e3d5
raw
history blame contribute delete
403 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
*.egg
# Virtual environments
.venv/
venv/
env/
# Environment variables (SENSITIVE - never commit)
.env
.env.local
.env.production
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Logs & temp
*.log
conn_test_log.txt
conn_test_log_2.txt
connection_test_output.txt
# Test files
test_report.pdf
verify_api.py