# Python bytecode / caches
__pycache__/
*.py[cod]
*.pyd

# Virtual environments
.venv/
venv/
.env/

# Enviroments
*.env
*.pem

# reekeerBot cache files
ruff.json
pyright.json

# Packaging / build outputs
build/
dist/
wheelhouse/
*.egg-info/
pip-wheel-metadata/

# Hatch
.hatch/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Type checking / linting caches
.mypy_cache/
.pyright/
.ruff_cache/

# IDEs / editors
.idea/
.vscode/
*.iml

# OS files
.DS_Store
Thumbs.db

# SignatureDB files
*.sigdb