# Byte-compiled / optimized / DLL files
__pycache__/
# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.pyre/
.pytype/
.hypothesis/
.ipynb_checkpoints/

# Virtual environments and local configuration
.venv/
venv/
env/
ENV/
.env
.env.*

# Build and packaging artifacts
build/
dist/
*.egg-info/
*.egg
*.whl
.eggs/
*.manifest
MANIFEST
docs/_build/

# Test, coverage, and lint output
.pytest_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# Logs and local runtime files
*.log
*.pid

# Scientific test data generated locally
tests/dft_data/

# IDE and operating-system files
.vscode/
.idea/
.DS_Store
Thumbs.db
.vscode

# Generated pyVASPlot documentation cache
docs/examples/dft_local/