# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.venv/
venv/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Build and packaging
build/
dist/
*.egg-info/

# Environment
.env

# Editors and OS
.vscode/
.idea/
.DS_Store

# Node (SDK)
node_modules/
dist-cjs/

# Local notes
*.log
tests/test_quantum_api.db

# Temporary files
*.tmp
temp/