.DS_Store
.idea/
.vscode/

# Python
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtualenv
.venv/
venv/

# Packaging/build artifacts
build/
dist/
*.egg-info/
src/*.egg-info/

# Logs & data outputs
data/*.csv
data/*.svg
data/*.png
*.csv
*.svg
*.png

# Secrets — never commit real tokens
release.env
