# Python specific
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.coverage
htmlcov/
.coverage.*
.pytest_cache/
.ruff_cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Distribution / packaging
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Marimo
__marimo__/

.python-version

# Unit test / coverage reports
.tox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Playground
play_*.py

# output csv files
*_results.csv
