Files
Remote-Control-Center/guacamole_test_11_26/.dockerignore
2025-11-25 10:11:32 +03:00

55 lines
538 B
Plaintext
Executable File

# Docker ignore file for Remote Access API
# Git
.git
.gitignore
# Documentation
*.md
docs/
# Environment files
.env
.env.local
.env.*.local
# Logs
logs/
*.log
nginx/logs/
# SSL certificates (will be mounted as volumes)
nginx/ssl/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# Virtual environments
venv/
env/
ENV/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Temporary files
tmp/
temp/