# Python compilation
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Build artifacts (Generated by pip install)
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual Environments
scopenv/
venv/
env/
.env
.venv

# IDE settings
.vscode/
.idea/
*.swp
*.swo
*~

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# Documentation builds
docs/build/
docs/_build/

# LaTeX artifacts
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.synctex.gz
*.log
*.out
*.toc
*.lot
*.lof

# OS-specific files
.DS_Store
Thumbs.db
desktop.ini

# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb_checkpoints

