Cybersecurity-Projects/PROJECTS/advanced/encrypted-p2p-chat/backend/.dockerignore

31 lines
229 B
Plaintext

__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.env
.env.*
!.env.example
.venv
venv
ENV
env
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov
*.log
.git
.gitignore
README.md
*.md
tests
.vscode
.idea