# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.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/

# Editor / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db

# Local config / secrets
.env
.env.local
*.env
!.env.example
.domlabs-bot/

# Logs
*.log
logs/

# pytest / coverage (if added later)
.pytest_cache/
.coverage
htmlcov/
