data
.env
dist/
**/*.egg-info
# Ignore virtual environment
**/venv/
**/.venv/
# Ignore Python cache files
**/__pycache__/
**/*.pyc
**/*.pyo
**/pytest_cache
**/.pytest_cache

poetry.lock
*.pkl
**/build

*.log
.vscode

**/.swp

**/*.csv