# Byte-compiled / cache
__pycache__/
*.py[cod]
*.pyo
*$py.class

# Virtual envs
.venv/
venv/
env/
.venv*/
venv*/
env*/


# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheelhouse/

# Jupyter / IPython
.ipynb_checkpoints/
profile_default/
ipython_config.py

# Data
data/
*.csv
*.tsv
*.xlsx
*.parquet

# OS / editors
.DS_Store
Thumbs.db
desktop.ini
.idea/
.vscode/
*.iml

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

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyright/
.pyre/
.pytype/
.ruff_cache/

# Logs / temp
*.log
*.tmp
*.temp
