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

# Tox environments and cache
.tox/
.tox-*/

# Test reports and artifacts
reports/
.pytest_cache/
.coverage
htmlcov/
.nyc_output/

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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~

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

# Temporary files
*.tmp
*.temp
/tmp/
.tmp/

# Logs
*.log
logs/
