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

# ── C extensions ─────────────────────────────────────────────────────
*.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 ─────────────────────────────────────────────
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# ── Translations ─────────────────────────────────────────────────────
*.mo
*.pot

# ── Scrapy ───────────────────────────────────────────────────────────
.scrapy

# ── Sphinx documentation ─────────────────────────────────────────────
docs/_build/

# ── PyBuilder ────────────────────────────────────────────────────────
.pybuilder/
target/

# ── Jupyter Notebook ─────────────────────────────────────────────────
.ipynb_checkpoints

# ── IPython ──────────────────────────────────────────────────────────
profile_default/
ipython_config.py

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

# ── pipenv / poetry ──────────────────────────────────────────────────
Pipfile.lock

# ── PEP 582 ──────────────────────────────────────────────────────────
__pypackages__/

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

# ── SageMath ─────────────────────────────────────────────────────────
*.sage.py

# ── Environments & secrets ───────────────────────────────────────────
.env
.env.*
!.env.example
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# ── Spyder ───────────────────────────────────────────────────────────
.spyderproject
.spyproject

# ── Rope ─────────────────────────────────────────────────────────────
.ropeproject

# ── mkdocs ───────────────────────────────────────────────────────────
/site

# ── Type-checking / linting caches ───────────────────────────────────
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# ── IDE / editor ─────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace

# ── OS artifacts ─────────────────────────────────────────────────────
.DS_Store
Thumbs.db
Desktop.ini

# ── AI agent / assistant data ────────────────────────────────────────
.gemini/
.agent/

# ── Project-specific runtime data ────────────────────────────────────
# Database files (SQLite)
*.db
*.sqlite
*.sqlite3

# Runtime data directory (simulations, sessions, generated content)
data/
sessions/
output/
