# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
share/python-wheels/

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

# Unit test / coverage
.tox/
.nox/
.coverage
.coverage.*
.cache
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json

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

# uv
.uv/
# Fantasm is a library as much as an application; consumers resolve
# their own dependency versions, so uv.lock stays out of git.
uv.lock

# Environments / secrets
.env
.env.*

# IDEs / editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Project-local scratch
scratch/
tmp/

# Sphinx build output
docs/_build/
