*~
\#*
.\#*
# Python
__pycache__/
*.py[cod]
*$py.class



# Build / Distribution
build/
dist/
*.egg-info/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing / Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.coverage.vscode/ 


# Type checking / lint
.mypy_cache/
.ruff_cache/


# Jupyter
.ipynb_checkpoints/

# Environment variables
.env
.env.*

# VS Code
.vscode/

# OS / Editor
.DS_Store
Thumbs.db
*.swp
*.swo

# Logs
*.log

# Other
*.orig
_version.py
