# Ignore the lightning_logs directory
lightning_logs/

# Ignore output
outputs/

# Ignore all other common files and directories
.DS_Store
*.log
*.tmp
*.swp
*.swo
*.bak
*.orig

# Ignore Python specific files
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints

# Ignore virtual environment directories
env/
venv/
.venv/

# Ignore Python cache files
__pycache__/
*.py[cod]
