# Python virtualenv
.venv/

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

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

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.pytest_cache/
.coverage
coverage.xml

# IDE/editor
.vscode/
.idea/

# OS files
.DS_Store

# Node / Frontend
node_modules/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.tsbuildinfo

# Additional caches
.mypy_cache/
.ruff_cache/
.cache/

# Security / build reports (implementation phase outputs)
release_builds_dir/
security_scan_reports_dir/
performance_reports_dir/

# Temporary files
*.tmp
*.bak

# Generated contract snapshot
api_contract_snapshot.json

agent_files/
projects/
_deployment/
temp/

*validate-canonical.yaml
references/
test_venv/
Dockerfile
deploy_to_pypi.sh
DEPLOYMENT_GUIDE.md