# Output files (user-generated policies)
output/*
!output/.gitkeep

# macOS
.DS_Store

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so

# Virtual environments
venv/
env/
ENV/

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

# Test data
test_*.json
*_test.py
