# Ignore Python cache files
__pycache__/
*.pyc

# Ignore build artifacts
build/
dist/
*.egg-info/

# Ignore virtual environment
venv/
env/

# Ignore logs
*.log

# Ignore system files
.DS_Store

