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

# C extensions
*.so

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

# Virtual environments
venv/
env/
ENV/
.env/
.venv/

# Poetry
poetry.lock

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# PyCharm settings
.idea/
*.iml

# Mac OS
.DS_Store

# Windows
Thumbs.db

# Local environment variables and secrets
.env
.env.*

# Ignore mypy daemon status file (auto-generated, local only)
.dmypy.json

# data generated during exploration
data/
.virtual_documents/
.virtual_documents/
