# Ignore Python cache files
__pycache__/

# Ignore macOS system files
.DS_Store

# Ignore virtual environments
.venv/
.cursor/
.cache/

# Build
basilisk_engine.egg-info/
build/*
dist/
docs/

!.gitkeep

# Python build artifacts
python/include/
python/lib/
python/basilisk/*
!python/basilisk/__init__.py
lines.py

# separate main files
src/main.cpp