10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Virtual environment
|
|
venv/
|
|
|
|
# Django database
|
|
db.sqlite3
|