# Git
.git
.gitignore

# 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
.venv
venv/
ENV/
env/

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

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

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

# CI/CD
.github/
.circleci/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Examples and tests
examples/
tests/

# Helm charts
helm/
