# OS & editor cruft
.DS_Store
Thumbs.db

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

# Environments
.venv/
venv/
ENV/
env/
.python-version

# Packaging / build artifacts
build/
dist/
wheels/
*.egg-info/
.eggs/
*.egg
pip-wheel-metadata/
pip-log.txt
pip-delete-this-directory.txt

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

# Type checkers / linters
.mypy_cache/
.pytype/
.pyre/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# IDE / project settings
.idea/
.vscode/
*.code-workspace

# Local environment variables
.env
.env.*
.envrc

# Logs
*.log
logs/
log/
