# Ignore all __pycache__ directories
__pycache__/
notebooks/
# Ignore all .pyc files
*.pyc

# Ignore all .pyo files
*.pyo

# Ignore all .pyd files
*.pyd

# Ignore all .so files
*.so

# Ignore distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Ignore PyInstaller
*.manifest
*.spec

# Ignore Jupyter Notebook
.ipynb_checkpoints

# Ignore environment
.env
.venv
env/
venv/
ENV/

# Ignore PyCharm project settings
.idea/

# Ignore VS Code settings
.vscode/

# Ignore OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db