init db and docker

This commit is contained in:
Harivansh Rathi 2025-12-30 16:15:46 +05:30
commit 1a980a7a70
5 changed files with 178 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
# Environment
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Docker
docker-compose.override.yml