# 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/
# uv.lock IS committed: fantasm is primarily a CLI application, so we
# pin the dev/CI environment for reproducible installs. This does not
# constrain downstream `pip install fantasm` consumers, who resolve
# their own versions from the wheel's pyproject metadata.

# Environments / secrets
.env
.env.*

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

# Project-local scratch
scratch/
tmp/

# Sphinx build output
docs/_build/
