major-domo-v2/.dockerignore
Cal Corum c07febed00 Add debug directory to .gitignore and .dockerignore
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 00:06:34 -05:00

79 lines
617 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
.venv/
ENV/
env/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
tests/
# Logs
logs/
*.log
production_logs/
# Environment files
.env
.env.local
.env.*.local
# Data files
data/
*.json
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose*
.dockerignore
# Documentation
.claude/
*.md
docs/
# CI/CD
.github/
.gitlab-ci.yml
.gitlab/
# OS
.DS_Store
Thumbs.db