invy/backend/.dockerignore
dvirlabs 78b41c3b16
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix import contact from google
2026-03-24 07:32:53 +02:00

40 lines
428 B
Plaintext

__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.env
.venv
venv/
ENV/
env/
.pytest_cache
.coverage
htmlcov/
.tox/
.mypy_cache/
.dmypy.json
dmypy.json
*.log
.DS_Store
# Test files
test_*.py
*_test.py
# Development files
.git
.gitignore
.dockerignore
Dockerfile
README.md
*.md
# Migration scripts (if not needed at runtime)
migrations.sql
migrate_production.sql
run_migration.py
run_production_migration.py