# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Crawler data
/data/
*.redb
*.redb-shm
*.redb-wal
wal.log
wal.offset
crawler_state.redb
sitemap.jsonl
sitemap.xml

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

# OS
Thumbs.db

# Build artifacts
*.so
*.dylib
*.dll
*.exe

# Testing
/tmp/
stress_test_results/
crawler_stress_data/
longevity_test_data/
*.log

# Environment
.env
.env.local

# CI/CD artifacts
.github/workflows/*.log

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
*.mo
*.pot
.venv
venv/
ENV/
env/

# PyPI
.pypirc
*.whl
twine.log

# Maturin
.cargo/
Cargo.lock
