# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt

# Testing & Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

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

# IDEs & Editors
.vscode/
.idea/
*.swp
*.swo
*~
.spyderproject
.spyproject

# Jupyter
.ipynb_checkpoints

# Node.js / Frontend
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity
*.tgz

# Next.js
.next/
out/

# Build outputs & Logs
*.log
logs/
temp/
.tmp/

# OS Files
.DS_Store
.DS_Store?
Thumbs.db
*.tmp

# Project Specific
.port
tmp/
*.bak
*.backup
test_server.log
