mirror of
https://github.com/FlipsideCrypto/badger.git
synced 2026-02-06 19:07:25 +00:00
23 lines
180 B
Plaintext
23 lines
180 B
Plaintext
/.pnp
|
|
|
|
database/
|
|
|
|
venv/
|
|
cache
|
|
*.pyc
|
|
db.sqlite3
|
|
.env
|
|
.pnp.js
|
|
|
|
# production
|
|
/build
|
|
|
|
# Django
|
|
.env
|
|
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|