# Compiled python modules.
*.pyc
.DS_Store
*/.DS_Store

.idea/

# Pytest
__pycache__

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

# Poetry
.venv/
poetry.lock

# Coverage
.coverage
htmlcov/

# Testing
reports/

# Temporary files and caches (structure tracked via tmp/.gitkeep)
tmp/*
!tmp/.gitkeep

# Pre-commit
.pre-commit-cache/

# Logs
logs

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# Python version
.python-version

junk.txt
