# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

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

# Git
.git/
.gitignore
.gitattributes

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

# Environment
.env
.env.local
.env.production
*.env

# Logs
*.log
logs/

# Documentation (except README)
docs/
*.md
!README.md

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

# Kubernetes
k8s/
*.yaml
!pyproject.toml

# Misc
tmp/
temp/
.cache/
node_modules/
