-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
36 lines (31 loc) · 814 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# venv
venv
.venv
# env
.env
# pycache
accounts/__pycache__/
accounts/__pycache__/views.cpython-312.pyc
accounts/__pycache__/urls.cpython-312.pyc
authors/__pycache__/
authors/__pycache__/views.cpython-312.pyc
authors/__pycache__/urls.cpython-312.pyc
jobposts/__pycache__/
jobposts/__pycache__/views.cpython-312.pyc
jobposts/__pycache__/urls.cpython-312.pyc
postms/__pycache__/
postms/__pycache__/views.cpython-312.pyc
postms/__pycache__/urls.cpython-312.pyc
references/__pycache__/
references/__pycache__/views.cpython-312.pyc
references/__pycache__/urls.cpython-312.pyc
postms/templatetags/__pycache__/
postms/templatetags/__pycache__/permission_filter.cpython-312.pyc
# migrations
accounts/migrations/*
authors/migrations/*
jobposts/migrations/*
postms/migrations/*
references/migrations/*
# MacOS
.DS_Store