Fixed docker start up issue

This commit is contained in:
Azeez Muibi
2025-03-22 17:11:46 +01:00
parent 9deb402322
commit 2baf9a22c1
47 changed files with 194 additions and 86 deletions
+47
View File
@@ -0,0 +1,47 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
*.egg-info/
.installed.cfg
*.egg
# Git
.git
.gitignore
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment variables
.env
.env.local
# Logs and databases
*.log
logs/
*.sqlite3
*.db
# JMeter (only exclude binary files, keep the test plan)
jmeter/bin/
jmeter/lib/
# Dockerfile
Dockerfile
docker-compose.yaml
.dockerignore
# Testing
.coverage
htmlcov/
.pytest_cache/