worblehat/.gitignore
h7x4 4ac110f527
Misc changes:
- 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
2023-05-04 16:17:35 +02:00

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/