# Environment and configuration
.env
.python-version

# Virtual environment & locks
uv.lock
uv_venv_error.log
uv_sync_error.log

# Python cache files
*.pyc
__pycache__/
.pytest_cache/
.ruff_cache/

# Byte-compiled and optimized files
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller artifacts
*.manifest
*.spec

# Test reports and coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Documentation build
docs/_build/

# Build tools
target/

# Jupyter and IPython
.ipynb_checkpoints
profile_default/
ipython_config.py

# PEP 582
__pypackages__

# Cached and legacy directories
notebooks_old/
data_cache**/
cache**/
.*_cache

# Legacy and experimental files
exp/
z_old/
*.log
*_OLD
notebooks_dev
*.whl
*.zip
*pkl

temp_output/
