h7x4
4ac110f527
- Migrate project to use poetry for ease of dependency management and building - Add wsgi prod and dev entrypoints - Start working on a more rigid scanning tool - Remove unused ignores in .gitignore - Update README about changes
21 lines
183 B
Plaintext
21 lines
183 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
worblehat.sqlite
|
|
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.local
|
|
|
|
dist/ |