.env
.venv/
node_modules/
dist/
__pycache__/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
*.pyc
postgres_data/
redis_data/
*.log

