# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class

# Python build artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg
wheels/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

# Installer / packaging logs
pip-log.txt
pip-delete-this-directory.txt

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/
.hypothesis/

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
.fseventsd

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

# Local environment files
.env
.env.*
*.local

# PyPI / Twine credentials - do not commit
.pypirc

# Logs and temporary files
*.log
*.tmp
*.bak
*.orig

# Project runtime/output files
*.foamlog
*.dat
