worblehat/.gitignore
h7x4 78fa3076b9
Set up alembic, and more
- Setup alembic and generate the initial migration
- Add poethepoet to dev dependencies in order to put hard-to-remember
  commands beneath the poetry namespace
- Add psycopg2-binary dependency, for use with postgresql
- Remove dotenv dependency, as it is no longer required
- Add `config.toml` to gitignore. This is because alembic has no
  argument parser that will let you specify the config file to use.
  Developers are encouraged to use `config.toml`, which will be
  automatically recognized, unless they want to implement the argument
  parser functionality for alembic.
2023-05-06 17:52:15 +02:00

25 lines
204 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/
result
config.toml