# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Environment / secrets
.env
.env.*
!.env.example

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Type checkers / linters
.mypy_cache/
.dmypy.json
.pyre/
.ruff_cache/

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

# Project-specific: HAR captures & API probes (may contain tokens, PII, coords)
*.har
watchduty*.json
probe_*.py

# Local scratch / private working data (HARs, dumps, etc.)
.local/

# Docs build artifacts
docs/screenshots/png/
docs/_build/

# Vendor bundle: ship node_modules but ignore caches/logs inside it
vendor/mapscii/node_modules/.cache/
vendor/**/node_modules/.cache/
vendor/**/*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
