doe/be/.dockerignore
mohamad 4b7415e1c3 weeee💃
2025-03-30 16:02:49 +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