Noor2623 commited on
Commit
a9430f1
·
1 Parent(s): 1951afc

Remove env file from repository

Browse files
Files changed (2) hide show
  1. .env +0 -4
  2. .gitignore +6 -0
.env DELETED
@@ -1,4 +0,0 @@
1
- APP_NAME=QueryRoute Dashboard
2
- ENVIRONMENT=development
3
- DEBUG=true
4
- DATABASE_URL=postgresql://neondb_owner:npg_ltTPcqu1Q6oS@ep-damp-glade-ab350rcx.eu-west-2.aws.neon.tech/neondb?sslmode=require&channel_binding=require
 
 
 
 
 
.gitignore CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ .env
2
+ .venv/
3
+ __pycache__/
4
+ *.pyc
5
+ .pytest_cache/
6
+ pytest-cache-files-*/