# .gitignore

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

# Virtual environment
venv/

# Jupyter Notebook
.ipynb_checkpoints

# Pytest
.cache
.pytest_cache

# MyPy
.mypy_cache
.dmypy.json
dmypy.json

# PyCharm
.idea/

# VSCode
.vscode/

# Miscellaneous
*.log
*.bak
*.swp
*.swo
*.swn
*.sqlite3
*.env
*.env.local
*.env.development
*.env.production

build/
dist/
*.egg-info/
.pypirc

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

.env