17 lines
182 B
Text
17 lines
182 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Project specifics
|
|
.env
|
|
*.sqlite3
|
|
media/
|
|
deployment/secret.yaml
|
|
*.json
|