# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Profiling files
*.nsys-rep
*.ncu-rep
*.sqlite

# IDE
.idea/
.vscode/
*.swp
*.swo

# pytest
.pytest_cache/

# Claude
.claude/

# MLIR Research (optional build artifacts)
mlir_research/build/
mlir_research/tools/
mlir_research/cutile_gpt_mlir/compiled/
*.tilebc
*.cmake

# Log files
logs/*.txt
logs/*.log
*.log

# Temporary build files
cmake_*.log
CMakeCache.txt
CMakeFiles/

# External dependencies (not submodules)
external/llvm-project/
