# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
venv/
env/
ENV/
# Editor and OS artifacts
*.swp
*.swo
*~
.vscode/
.idea/
.DS_Store
# Runtime artifacts
*.log
nohup.out
*.pid
# Test artifacts
.coverage
htmlcov/
.pytest_cache/