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

# C extensions
*.so

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

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

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

# Testing / Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
nosetests.xml
coverage.xml
*.cover

# Jupyter
.ipynb_checkpoints/

# mypy
.mypy_cache/
dmypy.json

# ruff
.ruff_cache/

# Environment variables
.env
.env.*

# OS files
.DS_Store
Thumbs.db

# Arrow files
*.arrow

fendl-**
**.html
docs/_build/
