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

# Folder metadata
.DS_Store

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

# Tests & Documentation
tests/
docs/build/
docs/source/_build
examples/generate_preconfig/preconfig_outputs

# dotenv
*.env

# Virtual Environment
.venv/

# Logging
logging/
*.log



