22 lines
222 B
Plaintext
22 lines
222 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.log
|
|
*.sqlite3
|
|
*.db
|
|
migrations/
|
|
media/
|
|
static/
|
|
node_modules/
|
|
venv/
|
|
env/
|
|
.git/
|
|
.gitignore
|
|
.DS_Store
|
|
docker-compose.yml
|
|
README.md
|
|
car*.json
|
|
.vscode
|
|
.idea
|
|
*/migrations/*
|
|
*/migrations/
|
|
inventory/migrations/ |