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

# Virtual environments
.venv/
venv/
env/

# Hatch
.hatch/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# PyInstaller
!gh-scanner.spec
*.spec.bak

# Env files (use .env.example as template)
.env
.env.*
!.env.example

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