mitlist/be/.dockerignore
mohamad 1e9957de91
Some checks failed
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Failing after 24s
refactor: Enhance deployment workflow for backend and frontend images
2025-06-01 16:00:55 +02:00

30 lines
352 B
Plaintext

# Git files
.git
.gitignore
# Virtual environment
.venv
venv/
env/
ENV/
*.env # Ignore local .env files within the backend directory if any
# Python cache
__pycache__/
*.py[cod]
*$py.class
# IDE files
.idea/
.vscode/
# Test artifacts
.pytest_cache/
htmlcov/
.coverage*
# Other build/temp files
*.egg-info/
dist/
build/
*.db # e.g., sqlite temp dbs