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

# Virtual environments
.venv/
venv/
env/

# Packaging / build
build/
dist/
*.egg-info/
.eggs/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Runtime artifacts (audit journals)
audit.log
audit-*.log
*.log

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db