# Dockerfile ignore patterns
# Generated by Geronimo

# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
.venv
venv
.env

# IDE
.idea
.vscode
*.swp

# Testing
.coverage
htmlcov
.pytest_cache

# Build artifacts
dist
build
*.egg-info

# Terraform
infrastructure
.terraform
*.tfstate*

# Documentation
docs
*.md
!README.md

# CI/CD
.github
azure-pipelines.yaml

# Geronimo config (not needed at runtime)
geronimo.yaml
