diff --git a/.gitignore b/.gitignore index 1800114..a4d0d9e 100644 --- a/.gitignore +++ b/.gitignore @@ -171,4 +171,19 @@ cython_debug/ .ruff_cache/ # PyPI configuration file -.pypirc \ No newline at end of file +.pypirc + +# Flask-Migrate / Alembic +# Keep migrations in Git, but ignore cache/compiled files +migrations/__pycache__/ +migrations/*.pyc + +# Docker +*.pid +*.log +docker-compose.override.yml +.docker/ +.wheels/ + +# VSCode / Editor configs +.vscode/ \ No newline at end of file