# See https://help.github.com/ignore-files/ for more about ignoring files.

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

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

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

# IDE-specific files
.vscode/
.idea/

# Compiled Python modules
*.pyc
*.pyo
*.pyd

# Python testing
.pytest_cache/
.ruff_cache/
.coverage

# macOS specific files
.DS_Store

# Windows specific files
Thumbs.db

# this application's specific files
archive

# any log file
*log.txt
todo

# Testing files
**/sample_modules/**

# Actions
coverage*
.coverage*

# Ignore Local
examples/
automata_embedding_factory/
playground/*
*.sqlite3
local_tasks/
scripts/setup.sh
setup.sh
.direnv
docs/_build
.chroma
##FIXME- The following should be removed by tests, but aren't at times
tests/test_output_vec
automata/test_output
automata/test_module*
tests/unit/sample_module_22.py
