# ----------------------------
# Python cache / bytecode
# ----------------------------
__pycache__/
*.py[cod]

# ----------------------------
# Jupyter / notebooks
# ----------------------------
.ipynb_checkpoints/

# ----------------------------
# Virtual envs
# ----------------------------
env/
test_env/
.venv/
venv/

# ----------------------------
# IDE / editor
# ----------------------------
.vscode/

# ----------------------------
# Build / packaging outputs
# ----------------------------
dist/
build/
*.egg-info/

# ----------------------------
# Test / tool caches
# ----------------------------
.pytest_cache/
.tox/

# ----------------------------
# Sphinx docs build
# ----------------------------
docs/build/
docs_esp/

# ----------------------------
# Local notes / temporary files
# ----------------------------
pendiente.txt
util.txt
consideraciones.md

# ----------------------------
# Scratch / experiments / old stuff (project-specific)
# ----------------------------
old/
old_neuro_fuzzy_toolbox/
test/
test_notebooks_old/
dev_notebooks/
comparison_notebooks/
radiomics_tests/
pruebas_sonfis_data_leondry/
EXP_neuro_fuzzy_toolbox/
examples/0-EXP
z-markdown_utils/
img/
src_esp/
docs_esp/
examples/Old Examples/

# ----------------------------
# Probably I should keep tests tracked in git (I'll do it when they are more organized, but for now, let's ignore them)
# ----------------------------
tests/
