*.c
*.o
*.so
*.exp
*.obj
*.lib
*.xml

# Logs and patches
*.log
*.patch
log/
logs/

# Profiler and database
*.prof
*.rdb
*.sqlite

# Secrets and environment files
*.key
*.key_secret
*.env

# Compressed files
*.tar.gz*
*.zip

# Data
*.parquet

# IntelliJ and VSCode project
*.iml
.vscode/
.idea/
*.swp
*.swo

# Benchmarking and coverage
.benchmarks*
.coverage*
htmlcov/
.tox/
.nox/
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Rust related
*target/

# Python related
*.pyc
*.pyd
*.py[cod]
*$py.class
*.egg-info/
*.egg
.installed.cfg
MANIFEST
.history*
.cache/
.codspeed/
.mypy_cache/
.profile/
.pytest_cache/
.ruff_cache/
*dask-worker-space*
requirements*
*venv*/
__pycache__/
__pypackages__/

# Build environment and temp
_build/
build/
dist/
env/
*temp/
develop-eggs/
downloads/
eggs/
.eggs/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/

# System and editor specific
.cursorignore
.DS_Store
.null-ls*
PERF.JSON
output.json

### File types ###
**/*.ipynb
**/*.txt
**/*.log
**/*.env
.claude

### Ignore files ###
**/*ignore*
!.gitignore

### Project specific ###
*hidden*/

# MOSP directories - ignore entire mosp directory
mosp/