# Docker ignore file for DevStudio MCP Server

# 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
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Git
.git/
.gitignore

# Documentation
docs/_build/
*.md
!README.md

# Testing
.coverage
.pytest_cache/
.tox/
htmlcov/
.coverage.*
coverage.xml

# Logs
logs/
*.log

# Recordings and temporary files
recordings/
temp/
*.tmp
*.temp

# Development files
.python-version
.flake8
.mypy_cache/

# Node.js (if any)
node_modules/
npm-debug.log*

# Docker
Dockerfile*
docker-compose*.yml
.dockerignore

# CI/CD
.github/
.gitlab-ci.yml

# Environment files
.env.local
.env.development
.env.production

# Backup files
*.bak
*.backup