# Python compiled files
__pycache__/
*.py[cod]
*$py.class

# Distribution / Packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Rust関連 (追加)
sara_rust_core/target/
target/
Cargo.lock

# Virtual Environments
venv/
env/
# Python compiled files
__pycache__/
*.py[cod]
*$py.class

# Distribution / Packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Rust関連 (追加)
sara_rust_core/target/
target/
Cargo.lock

# Virtual Environments
venv/
env/
.env/
.venv/
ENV/

# Unit Test / Coverage / Type Check
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
.mypy_cache/

# Jupyter Notebook
.ipynb_checkpoints

# IDE / Editor
.vscode/
.idea/
*.swp
.DS_Store

# Project Specific
# データセット (examples/train_mnist.py でダウンロードされる場所)
examples/data/

# 学習済みモデル (保存されたpklファイルなど)
*.pkl

# Logs
*.log

# 作業領域
workspace/
