# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# Testing and coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/
.nox/

# Type checking and linting
.mypy_cache/
.ruff_cache/

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

# Generated errd output
errd-context.md
errd-test-output.md
*-context.md

# Log files and temporary artifacts
*.log
!error.log
!real_error.log
!tests/fixtures/*.log

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