# Build artifacts
build/
*.so
*.o
*.a
*.dylib

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.env

# OS
.DS_Store
Thumbs.db

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
build/Makefile
*.cmake

# Keep only the main CMakeLists.txt files and root Makefile
!CMakeLists.txt
!acj/core/CMakeLists.txt
!Makefile

# ACJ specific
cache/
output/
*.tar.xz

# NixOs / direnv
.direnv/
.venv/
.envrc
