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

# Virtual environments
.venv/
venv/
node_modules/

# Environment
.env

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

# Testing
.coverage
htmlcov/
.pytest_cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Keys (never commit private keys)
*.key
*.pem

# Hypothesis (property-based testing cache)
.hypothesis/

# Local working files
*.backup
*.working
*.bak
server/routers/*.bak
