# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

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

# Cache directories
resources_cache/
raw_resource_html/
.pytest_cache/
htmlcov/

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

# Git
.git/
.gitignore

# Testing
tests/
.coverage
coverage.xml
*.cover

# Documentation
docs/
*.md
!README.md

# CI/CD
.github/
evergreen/
.test-release/

# Other
*.log
.DS_Store
.secrets.baseline
