# Ignore IDE files
.idea/
.vscode/

# Ignore general python stuff
venv/
.venv/
__pycache__/
.pytest_cache/
*.egg-info/
dist/
build/

# Project specific
temp/
tests/output/
