# Ignore for Docker builds

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/
.cursor/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Git
.git/
.gitignore

# Docker
Dockerfile
docker-compose*.yml
.dockerignore

# Misc
CHANGELOG.md
CONTRIBUTING.md
SECURITY.md
*.log
.env*
.pre-commit-config.yaml
.releaserc.json
.editorconfig
.mise.toml
