๐Ÿ“ฆ nexapytech / django-cbt-platform

๐Ÿ“„ .gitignore ยท 20 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.sqlite3
*.log
*.zip
# Virtual environment
venv/


# Environment variables
.env


# Django static & media
media/
staticfiles/