# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Jupyter Notebook
.ipynb_checkpoints

# Environment
.env
.venv
env/
venv/
ENV/

# Pixi specific
pixi.lock
# Note: Keep pixi.toml in version control

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Project specific
# Image outputs (if you want to exclude generated images)
*_equirectangular.jpg
# Logs
*.log
# Any temporary or cache directories
.cache/
tmp/

# Generated version file
equiforge/_version.py
