# ------------------------------------------------------------------------------
#  PYTHON / GENERAL IGNORES
# ------------------------------------------------------------------------------

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

# Distribution / packaging
*.egg-info/
build/
dist/
wheelhouse/
*.egg
.eggs/
*.manifest
*.spec

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

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

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

# Environment / Python tool configs
.env
.venv/
pythonenv.yaml

# ------------------------------------------------------------------------------
#  EDITOR / OS / MISCELLANEOUS
# ------------------------------------------------------------------------------

# macOS
.DS_Store

# Windows
Thumbs.db

# VSCode / IDE settings (if you don't want to track them)
.vscode/
.idea/
pyrightconfig.json

# ------------------------------------------------------------------------------
# OUTPUT FILES
# ------------------------------------------------------------------------------

*.jpg
*.log
/lib/

# ------------------------------------------------------------------------------
#  PROJECT-SPECIFIC / OPTIONAL
# ------------------------------------------------------------------------------

# Temporary or backup files
*.bak
*.swp
*.tmp
*~
*.dll

# built docs
docs/_build/

# other
.claude

# Non-public data
/validation/Heimdall
/notes

# Specific test scripts
test_cantera_2.py
test_cantera_3.py
test_cantera_4.py
test_cantera.py
update_docs.txt
combustion.py
old.py
channel_redistribution.html
thrust_chamber.step
test_pyvista.py
subset_redistribution.html
cond.html
engine_cooling_channels.step
plot_by_circuit.html
plot.html
film_example.py
grisson_film_pyskyfire.py
grisson_pseudo.py
test_claudeAttempt2.py
claudeAttempt2.py
useful_commands.md
test_sankey.py
/trash
/film_testing
/cea_files

.pytest_cache/
.ruff_cache/

# If you don't want to track your dill folder or any generated data, uncomment:
# dills/

# If you create large simulation outputs or logs in validation/ or results/,
# you can ignore them here:
# validation/logs/
# results_comparison/*.log

# ------------------------------------------------------------------------------
#  END
# ------------------------------------------------------------------------------
