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

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

.ruff_cache/

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/

# Logs and databases
*.log
*.sqlite3

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

# NIKAME Generated Outputs
output_*/
debug-project/
infra/.env.generated
.env.generated

# Test artifacts
tests/**/__pycache__/
*.yaml
!nikame.yaml
!examples/nikame.yaml
!test_*.yaml

# Legcy Verification Scripts
patch_auth.py
patch_fastapi.py
verify_blueprint.py
verify_codegen.py
verify_matrix.py
verify_prod.yaml
verify_wizard_output.py
scenario1.yaml
scenario2.yaml
scenario3.yaml

