# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
pip-wheel-metadata/
*.whl

# Virtual environments
.venv/
venv/
env/
.env

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json

# Linting
.ruff_cache/

# Docs
site/
docs/_build/

# JOSS paper build artifacts
paper.pdf
jats/

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

# Jupyter
.ipynb_checkpoints/
*.ipynb
!examples/*.ipynb

# Distribution
MANIFEST

# Generated circuit diagrams
circuit_*.png
circuit_*.pdf
circuit_*.svg
