# Python-generated files
__pycache__/
*.py[oc]
*.pyd
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv/
venv/

# uv
.uv/

# pytest
.pytest_cache/
.cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

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

# Sphinx docs build output
docs/_build/

# Quantum SDK artifacts
*.qasm
*.quil
*.braket
