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

# C++
*.o
*.obj
*.dll
*.dylib
*.so
*.out
*.app
*.exe

# CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
build/

# IDE/Editor
.idea/
.vscode/
*.swp
*.swo
*~
.vs/
*.user
*.suo
*.sdf
*.opensdf

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific - 新しい構造に対応
data/results/figures/
data/benchmarks/temp/
examples/figures/
data/
*.log
.pytest_cache/
htmlcov/
.coverage
coverage.xml
.tox/

# Jupyter Notebooks
.ipynb_checkpoints/
examples/notebooks/.ipynb_checkpoints/

# Documentation build
docs/_build/
docs/api/_build/

# Third party (ignore build artifacts but keep source)
third_party/*/build/
third_party/*/dist/

# Test results
test_results/
*.xml

# Profiling results
*.prof
*.pstats

# Temporary files
*.tmp
*.temp
.cache/ 