# Build artifacts
build/
dist/
*.egg-info/
src/splikit/_version.py
*.so
*.dylib
*.pyd
*.o
*.a

# CMake
CMakeFiles/
CMakeCache.txt
CTestTestfile.cmake
cmake_install.cmake
_deps/
.cmake/

# Python
__pycache__/
*.py[cod]
*$py.class
.python-version
.venv/
venv/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

# Type checkers
.mypy_cache/
.pyright/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Docs
site/
docs/_build/
docs/api/
.cache/

tests/data/*.large.h5

# Notebooks
.ipynb_checkpoints/

# AI files
CLAUDE.md
