# System design docs (kept local, not published)
System Design/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Packaging / publishing
*.whl
*.tar.gz
.pypirc

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Fuzzing / research artifacts
corpus/
crashes/
findings/
*.bin

# IDE / OS
.idea/
.vscode/
.DS_Store
