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

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
MANIFEST

# Unit test / coverage
.coverage
.coverage.*
.pytest_cache/
.hypothesis/
*.obtained.*

# Sphinx
docs/build/

# Environments
.env
.venv
env/
venv/

# uv
uv.lock

# Fortran build artifacts
*.mod

# Editor
.mypy_cache/
.clj-kondo/.cache

# macOS
.DS_Store

# Claude Code
.claude/

# Node
node_modules/
