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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.*

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/

# Pepeclaw runtime data
tmp/

# Google Cloud credentials
service-account*.json
credentials*.json
