Files
CariddiCTF/mcpServer/.dockerignore

40 lines
305 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
wheels/
# Virtual environments
venv/
.venv/
env/
ENV/
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile
.dockerignore
docker-compose.yml
# Documentation
README.md