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

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Environment / secrets
.env
*.env.local
*.env.*.local

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

# ServerGuard runtime
tmp/
data/
*.db
*.db-shm
*.db-wal

# Build artifacts
*.pyc
*.pyo

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
