.DS_Store

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

# Build artifacts
dist/
build/
*.egg-info/
alquimia_fair_forge.egg-info/

# Python cache
__pycache__/
test_runner/__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Distribution / packaging
*.gz
*.whl

# Logs
*.log

# LaTeX
*.aux
*.out
*.bbl
*.blg

# Jupyter
.ipynb_checkpoints
*.ipynb_checkpoints/
examples/pipeline/.virtual_documents/

# Generated files from notebooks
examples/**/topic.md
examples/**/*.json
!examples/**/data/*.json

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

# OS
.DS_Store
Thumbs.db

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.pytest_cache/
.ruff_cache/

# Node
node_modules/
