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

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

# PyInstaller
*.manifest
*.spec

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

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/
_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project specific
*.sqlite
pyThoughtMachine_log*
plz-out
.playpen*
hello_go

# SeaweedFS temp data
temp/

# Poetry - keep lock file for examples but not for library
# Note: examples should have their own poetry.lock
poetry.lock

# Generated WASM build artifacts
docs/**/*.wasm.gz

# Compiled example binaries — `go build .` in examples/NN_name/go/ outputs a
# binary whose filename matches the example directory.
examples/01_hello_world/go/01_hello_world
examples/01a_hello_world_explicit/go/01a_hello_world_explicit
examples/01b_hello_world_explicit_gzip/go/01b_hello_world_explicit_gzip
examples/02_svg_graph/go/02_svg_graph
examples/03_style_sampler/go/03_style_sampler
examples/06_notes_crud/go/06_notes_crud
examples/07_water_tank/go/07_water_tank
examples/08_water_tank_multi/go/08_water_tank_multi
examples/09_water_tank_htmx/go/09_water_tank_htmx
examples/10_water_tank_maintenance/go/10_water_tank_maintenance
examples/11_seaweedfs/go/11_seaweedfs
examples/11_water_tank_storage/go/11_water_tank_storage
examples/12_batch_yield/go/12_batch_yield

# Example 11 persistent data
examples/11_water_tank_storage/go/data/
.claude/settings.json
.vscode/tasks.json
.task

.tp-release-comment
