.DS_Store
run/
dist/

# --- Python Essentials ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# --- Environments & Dependencies ---
.env
.venv
venv/
ENV/
pip-log.txt
pip-delete-this-directory.txt

# --- IDEs (PyCharm & VS Code) ---
.idea/
*.iml
.vscode/
*.swp
*.swo
.project
.pydevproject
.settings/

# --- Project Specifics ---
# Do not commit API keys or local configuration files!
config.json
secrets.yaml
.dragiter_config/

# --- Logs & Traces ---
# Logging is one of dragiter's strengths, which generates many files.
# These should remain local only.
*.log
activity_file.jsonl
dragiter_activity.jsonl
traces/

# --- Test Outputs (generated, do not commit) ---
tests/outputs/

# --- Large Data / Chunks ---
# For locally stored test materials
data/raw/
data/processed/
*.csv
*.json