6 lines
79 B
Text
6 lines
79 B
Text
# Ignore virtual environment
|
|
venv/
|
|
|
|
# Ignore Django migrations
|
|
**/migrations/
|
|
|