# Generated by Python .gitignore template
# Byte-code files
*.pyc
__pycache__/
*.so
*.pyd
.Python

# Distribution / packaging
.eggs/
*.egg-info/
dist/
build/
htmlcov/
.coverage
.tox/

# Virtual environment
.venv/
env/
venv/
venv_*/
ENV/
env.bak/
bin/
lib/
include/

# IDEs
.idea/                          # JetBrains IDEs (PyCharm, IntelliJ, etc.)
*.iml
.vscode/                        # VS Code
.vscode-test/
*.code-workspace

# Editor specific
*~                              # Emacs
*.swp                           # Vim
.DS_Store                       # macOS
.Trashes                        # macOS
Thumbs.db                       # Windows
ehthumbs.db                     # Windows
[Dd]esktop.ini                  # Windows

# OS generated files
.directory
.localized

# Jupyter Notebook files
.ipynb_checkpoints

# MyPy cache
.mypy_cache/

# pytest cache
.pytest_cache/

# Pipenv files (if used)
Pipfile.lock

# Poetry files (if used)
poetry.lock

# Misc
.env                            # Environment variables (sensitive info)
.DS_Store
.npm/                           # Node.js related (if your project has frontend parts)
npm-debug.log
yarn-error.log

# Logs
*.log