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

# C extensions
*.so

# Data / config files 
#CHANGELOG/
data/
demo/results/
all_sim/

# Demo
irl_election/
demo/simu-15-juin/
demo/rolland-al_sim/
demo/simulation/
demo/results/

demo-ddd_beta_variants.py
demo-*

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
.hypothesis/
.pytest_cache/

# Environments
.env
.envrc
.venv

# uv
#   Generally recommended to include uv.lock in version control for
#   reproducibility. Uncomment for libraries where you want consumers
#   to resolve their own dependencies.
# uv.lock

# Ruff
.ruff_cache/

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

#Streamlit 
.streamlit/

# Documentation build output
site/

# IDE files
# .idea/
# .vscode/
