# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.pytest_cache/

# Distribution / packaging
dist/
build/
*.egg-info/

# Unit test / coverage reports
.coverage
coverage.xml
htmlcov/

# Environments
.env
.venv
env/
venv/
ENV/

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

# Documentation build
docs/_build/

# Security artifacts
/sbom.json
\.hypothesis/

extract.py
output/