-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
20 lines (20 loc) · 880 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
employee_management/__pycache__/wsgi.cpython-310.pyc
employee_management/__pycache__/urls.cpython-310.pyc
employee_management/__pycache__/settings.cpython-310.pyc
employee_management/__pycache__/__init__.cpython-310.pyc
app01/migrations/__pycache__/0003_initial.cpython-310.pyc
app01/migrations/__pycache__/0002_remove_employeeinfo_dep_delete_department_and_more.cpython-310.pyc
app01/migrations/__pycache__/0001_initial.cpython-310.pyc
app01/migrations/__pycache__/__init__.cpython-310.pyc
app01/__pycache__/views.cpython-310.pyc
app01/__pycache__/models.cpython-310.pyc
app01/__pycache__/apps.cpython-310.pyc
app01/__pycache__/admin.cpython-310.pyc
app01/__pycache__/__init__.cpython-310.pyc
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
.idea/vcs.xml
.idea/modules.xml
.idea/misc.xml
.idea/employee_management.iml
.idea/.gitignore