# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
lib64/
.installed.cfg
MANIFEST
.eggs/

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

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

# Build
.hatch/
*.whl

# semtree index
.ctx/

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

# Logs
*.log
*.jsonl

# Secrets
.env
.env.*
*.pem
*.key
