Stock/.gitignore

16 lines
207 B
Plaintext

stock/**/*
.vscode/**/*
__pycache__/**/*
dist/**/*
stock.db
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# Fresh build directory
_fresh/