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

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

# venv structure (if someone copied parts of it accidentally)
Include/
Lib/
Scripts/
pyvenv.cfg

# Package management
Pipfile.lock
poetry.lock
*.egg-info/
.eggs/
*.egg
dist/
build/

# Logs, coverage, test output
*.log
.coverage
coverage.xml
htmlcov/
.tox/
.nox/
.cache/
nosetests.xml

# mypy
.mypy_cache/

# Jupyter Notebooks
.ipynb_checkpoints

# IDE/editor
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# dotenv / env config
.env
.env.*

# System files
.DS_Store
Thumbs.db
Desktop.ini
