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

# ---------- Distribution / packaging ----------
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# ---------- PyInstaller ----------
*.manifest
*.spec

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

# ---------- Unit test / coverage reports ----------
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# ---------- Translations ----------
*.mo
*.pot

# ---------- Django / Flask stuff (defansif) ----------
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache

# ---------- Scrapy ----------
.scrapy

# ---------- Sphinx documentation ----------
docs/_build/
docs/api/_autosummary/
docs/generated/

# ---------- PyBuilder ----------
.pybuilder/
target/

# ---------- Jupyter Notebook ----------
.ipynb_checkpoints
*/.ipynb_checkpoints/*
profile_default/
ipython_config.py

# ---------- pyenv ----------
.python-version

# ---------- pipenv / poetry / pdm / hatch ----------
Pipfile.lock
poetry.lock
pdm.lock
.pdm-python
.pdm-build/
__pypackages__/

# ---------- Celery ----------
celerybeat-schedule
celerybeat.pid

# ---------- SageMath parsed files ----------
*.sage.py

# ---------- Environments ----------
.env
.env.*
!.env.example
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# ---------- Spyder project settings ----------
.spyderproject
.spyproject

# ---------- Rope project settings ----------
.ropeproject

# ---------- mkdocs documentation ----------
/site

# ---------- mypy / pyright / ruff / pytype ----------
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# ---------- Cython debug symbols ----------
cython_debug/

# ---------- IDEs & Editors ----------
.idea/
.vscode/
*.swp
*.swo
*.swn
*~
.project
.pydevproject
.settings/
*.sublime-project
*.sublime-workspace
.vs/

# ---------- OS-specific ----------
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
$RECYCLE.BIN/
*.lnk

# ---------- Quantum / project-specific ----------
*.qpy
*.qasm.out
qiskit_*.log
qtest_cache/
benchmarks/results/

# ---------- Misc ----------
*.bak
*.tmp
*.orig
*.rej
.history/

# ---------- Local draft / workspace folders (not for the public repo) ----------
05-metrics/
qtest-promptlar.md
test_my_circuit.py
