# Keys & secrets
vps_key
vps_key.pub
.env
.htpasswd
nginx/auth/.htpasswd

# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
dist/
build/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Docker
docker-compose.override.yml

# Test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
