# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Local credentials and secrets
.env
.env.*
.hetzner-robot-env
.gitlab-token
.ssh/

# OS/editor noise
.DS_Store
*.swp
*.swo
.idea/
.vscode/
