# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd

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

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

# uv
.uv/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
*.lcov

# Type checking
.mypy_cache/
.pyright/
.ruff_cache/

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

# macOS
.DS_Store

# PyCVE runtime files
~/.pycve/
*.patch

# Reports output
pycve_report.*
