# Project artifacts
*.json
output/

# Python bytecode/cache
__pycache__/
*.py[cod]

# macOS cruft
.DS_Store

# IDE/venv
.env
.venv/

# pytest/mypy caches
.pytest_cache/
.mypy_cache/

# Python build output
dist/
build/
*.egg-info/
src/stealthcrawler.egg-info/

# Auto-generated version file
src/stealthcrawler/_version.py